Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
5b78faab
authored
2022-11-08 09:18:37 +0800
by
蔡俊立
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
系统监控弹窗修改
1 parent
15a8cb4c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
29 deletions
src/views/xtjk/cwrz/cwrz.vue
src/views/xtjk/czrz/czrz.vue
src/views/xtjk/cwrz/cwrz.vue
View file @
5b78faa
...
...
@@ -82,22 +82,12 @@ export default {
queryClick
(){
this
.
fetchData
();
},
viewDetail
(
e
){
this
.
$popup
({
title
:
"错误日志"
,
width
:
"50%"
,
btnShow
:
false
,
editItem
:
"xtjk/cwrz/components/viewDialog"
,
height
:
"800px"
,
formData
:
{
item
:
e
},
cancel
:
function
()
{
},
//取消事件的回调
confirm
:
function
()
{
that
.
loadBdcdylist
();
},
//确认事件的回调
});
viewDetail
(
e
){
this
.
$popup
(
"错误日志"
,
"xtjk/cwrz/components/viewDialog"
,
{
formData
:
{
item
:
e
}
})
}
}
};
...
...
src/views/xtjk/czrz/czrz.vue
View file @
5b78faa
...
...
@@ -80,21 +80,11 @@ export default {
this
.
fetchData
();
},
viewDetail
(
e
){
this
.
$popup
({
title
:
"操作日志"
,
width
:
"50%"
,
btnShow
:
false
,
editItem
:
"xtjk/czrz/components/viewDialog"
,
height
:
"800px"
,
this
.
$popup
(
"操作日志"
,
"xtjk/czrz/components/viewDialog"
,
{
formData
:
{
item
:
e
},
cancel
:
function
()
{
},
//取消事件的回调
confirm
:
function
()
{
that
.
loadBdcdylist
();
},
//确认事件的回调
});
}
})
}
}
};
...
...
Please
register
or
sign in
to post a comment