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
05207984
Commit
05207984
authored
Sep 13, 2024
by
胡占生
🇨🇳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 点位管理增加删除限制操作
parent
5c77a1bc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
dist.zip
dist.zip
+0
-0
src/views/system/user/index.vue
src/views/system/user/index.vue
+1
-1
src/views/videoControl/pointControl/index.vue
src/views/videoControl/pointControl/index.vue
+2
-0
No files found.
dist.zip
deleted
100644 → 0
View file @
5c77a1bc
File deleted
src/views/system/user/index.vue
View file @
05207984
...
...
@@ -630,6 +630,6 @@ function submitForm() {
});
};
//
getDeptTree();
getDeptTree
();
getList
();
</
script
>
src/views/videoControl/pointControl/index.vue
View file @
05207984
...
...
@@ -168,6 +168,7 @@
>
<el-button
link
v-if=
"scope.row.runningState=='1'"
type=
"primary"
icon=
"Delete"
@
click=
"algorithmManage.toDel(scope.row)"
...
...
@@ -474,6 +475,7 @@ function changeState(data, e) {
runningState
:
e
,
},
}).
then
(()
=>
{
proxy
.
$modal
.
msgSuccess
(
"
操作成功!
"
);
algorithmManage
.
getList
({
regionalId
:
data
.
regionalId
});
});
}
...
...
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