Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yindong-tongbai-automation
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
lichunliang
yindong-tongbai-automation
Commits
704e7601
Commit
704e7601
authored
Mar 28, 2025
by
forevertyler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:视频列表详情
parent
258f9ed3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
videoRight.vue
src/views/surveillance/SurveillanceConfig/videoRight.vue
+7
-6
No files found.
src/views/surveillance/SurveillanceConfig/videoRight.vue
View file @
704e7601
...
...
@@ -197,18 +197,19 @@ export default {
/** 新增按钮操作 */
handleAdd
()
{
this
.
reset
();
this
.
form
.
partId
=
this
.
selectedRow
.
id
this
.
open
=
true
;
this
.
form
.
partId
=
this
.
selectedRow
.
id
this
.
title
=
"
添加摄像头
"
;
},
/** 修改按钮操作 */
handleUpdate
(
row
)
{
console
.
log
(
row
,
this
.
selectedRow
,
'
this.selectedRow
'
)
this
.
reset
();
this
.
form
=
row
;
this
.
open
=
true
;
this
.
title
=
"
修改摄像头
"
;
const
id
=
row
.
id
||
this
.
ids
getVideoTable
(
id
).
then
(
response
=>
{
this
.
form
=
response
.
data
;
this
.
open
=
true
;
this
.
title
=
"
修改摄像头
"
;
});
},
/** 提交按钮 */
submitForm
()
{
...
...
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