Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
ai-yunshou-vue
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
AI云守
ai-yunshou-vue
Commits
366ef055
Commit
366ef055
authored
Sep 06, 2024
by
胡占生
🇨🇳
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'developer' of
http://git.censoft.com.cn/ai-yunshou/ai-yunshou-vue
into developer
parents
e1496a9c
8361d733
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
6 deletions
+13
-6
src/views/videoControl/pointControl/components/drawPoint.vue
src/views/videoControl/pointControl/components/drawPoint.vue
+1
-1
src/views/videoControl/pointControl/index.vue
src/views/videoControl/pointControl/index.vue
+12
-5
No files found.
src/views/videoControl/pointControl/components/drawPoint.vue
View file @
366ef055
...
...
@@ -340,7 +340,7 @@ const device = useIndex({
});
const
aiAlgorithm
=
useIndex
(
{
list
:
"
/yunshou/
aiAlgorithmConfig
/list
"
,
list
:
"
/yunshou/
userAlgorithm
/list
"
,
detail
:
"
/yunshou/aiAlgorithmConfig/
"
,
},
()
=>
{},
...
...
src/views/videoControl/pointControl/index.vue
View file @
366ef055
...
...
@@ -45,7 +45,7 @@
</el-dropdown-link>
<template
#dropdown
>
<el-dropdown-menu>
<el-dropdown-item
@
click=
"areaManger
.toAdd
(data)"
<el-dropdown-item
@
click=
"areaManger
AddBefore
(data)"
>
新增子区域
</el-dropdown-item
>
<el-dropdown-item
@
click=
"areaManger.toEdit(data)"
...
...
@@ -184,11 +184,11 @@
/>
</
template
>
<el-dialog
title=
"
新增区域
"
title=
"
区域管理
"
v-model=
"areaManger.visible.value"
:close-on-click-modal=
"false
"
:close-on-press-escape=
"false
"
width=
"50%"
width=
"40%
"
top=
"30%
"
>
<el-form
ref=
"areaMangerRef"
:model=
"areaManger.form"
label-width=
"120px"
>
<el-form-item
label=
"上级区域"
prop=
"regionPath"
>
...
...
@@ -198,6 +198,7 @@
:props=
"{ children: 'children', value: 'id', checkStrictly: true }"
placeholder=
"请选择上级区域"
clearable
style=
"width: 100%;"
/>
</el-form-item>
<el-form-item
label=
"区域名称"
prop=
"regionName"
>
...
...
@@ -340,6 +341,12 @@ function createPoint() {
}
algorithmManage
.
toAdd
();
}
/* 新增子区域 */
function
areaMangerAddBefore
(
data
){
areaManger
.
form
.
value
.
parents
=
[
data
.
id
];
console
.
log
(
data
)
areaManger
.
toAdd
(
data
)
}
function
configProTime
(
data
)
{
aiAlarmPeriodTime
.
getList
({
regionalLocationId
:
data
.
id
});
algorithmManage
.
getDetail
(
data
.
id
).
then
(({
data
})
=>
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment