Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
platform
/
fanxing_new
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 463b27e4
authored
Oct 09, 2020
by
潘建波
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
增加组织机构日志
1 parent
5eb97d60
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
src/views/resource/treeComponents/cameraTree.vue
src/views/resource/videoEquipment.vue
src/views/resource/treeComponents/cameraTree.vue
View file @
463b27e
...
...
@@ -221,6 +221,13 @@ export default {
type
:
"success"
,
message
:
"删除成功!"
});
let
type
=
data
.
org_type
;
if
(
type
==
'org'
)
{
this
.
$logs
.
oplogs
(
res
,
'serv_vchan'
,
`删除组织
${
data
.
label
}
`
);
}
if
(
type
==
'address'
)
{
this
.
$logs
.
oplogs
(
res
,
'serv_vchan'
,
`删除地点
${
data
.
label
}
`
);
}
this
.
$emit
(
"getTree"
);
}
});
...
...
src/views/resource/videoEquipment.vue
View file @
463b27e
...
...
@@ -443,7 +443,7 @@ export default {
})
}
// this.submitLaterGet(data);
this
.
$logs
.
oplogs
(
res
,
'serv_vchan'
,
`删除实时视频,视频名称:
${
row
.
vchan_name
}
`
);
this
.
$logs
.
oplogs
(
res
,
'serv_vchan'
,
`删除实时视频,视频名称:
${
row
.
label
}
`
);
}
});
})
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment