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
10169e63
Commit
10169e63
authored
Sep 02, 2024
by
wp song
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改点位管理画图
parent
4c844266
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
dist.zip
dist.zip
+0
-0
src/views/videoControl/pointControl/components/drawPoint.vue
src/views/videoControl/pointControl/components/drawPoint.vue
+7
-0
No files found.
dist.zip
0 → 100644
View file @
10169e63
File added
src/views/videoControl/pointControl/components/drawPoint.vue
View file @
10169e63
...
...
@@ -411,6 +411,13 @@ function submit() {
await
toUpload
();
//上传图片
}
if
(
algorithmManage
.
form
.
value
.
id
)
{
unref
(
algorithmManage
.
form
).
aiRegionalLocationList
.
forEach
((
val
)
=>
{
val
.
drawingArea
=
graph
[
val
.
id
]
?
JSON
.
stringify
(
graph
[
val
.
id
])
:
val
.
drawingArea
?
val
.
drawingArea
:
""
;
});
algorithms
=
unref
(
algorithmManage
.
form
).
aiRegionalLocationList
;
}
else
{
unref
(
aiAlgorithm
.
list
).
forEach
((
val
)
=>
{
...
...
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