系统监控弹窗修改
Showing
2 changed files
with
9 additions
and
29 deletions
... | @@ -82,22 +82,12 @@ export default { | ... | @@ -82,22 +82,12 @@ export default { |
82 | queryClick(){ | 82 | queryClick(){ |
83 | this.fetchData(); | 83 | this.fetchData(); |
84 | }, | 84 | }, |
85 | viewDetail(e){ | 85 | viewDetail(e){ |
86 | this.$popup({ | 86 | this.$popup("错误日志", "xtjk/cwrz/components/viewDialog", { |
87 | title: "错误日志", | 87 | formData: { |
88 | width: "50%", | 88 | item: e |
89 | btnShow: false, | 89 | } |
90 | editItem: "xtjk/cwrz/components/viewDialog", | 90 | }) |
91 | height: "800px", | ||
92 | formData: { | ||
93 | item: e | ||
94 | }, | ||
95 | cancel: function () { }, //取消事件的回调 | ||
96 | confirm: function () { | ||
97 | that.loadBdcdylist(); | ||
98 | }, //确认事件的回调 | ||
99 | }); | ||
100 | |||
101 | } | 91 | } |
102 | } | 92 | } |
103 | }; | 93 | }; | ... | ... |
... | @@ -80,21 +80,11 @@ export default { | ... | @@ -80,21 +80,11 @@ export default { |
80 | this.fetchData(); | 80 | this.fetchData(); |
81 | }, | 81 | }, |
82 | viewDetail(e){ | 82 | viewDetail(e){ |
83 | this.$popup({ | 83 | this.$popup("操作日志", "xtjk/czrz/components/viewDialog", { |
84 | title: "操作日志", | ||
85 | width: "50%", | ||
86 | btnShow: false, | ||
87 | editItem: "xtjk/czrz/components/viewDialog", | ||
88 | height: "800px", | ||
89 | formData: { | 84 | formData: { |
90 | item: e | 85 | item: e |
91 | }, | 86 | } |
92 | cancel: function () { }, //取消事件的回调 | 87 | }) |
93 | confirm: function () { | ||
94 | that.loadBdcdylist(); | ||
95 | }, //确认事件的回调 | ||
96 | }); | ||
97 | |||
98 | } | 88 | } |
99 | } | 89 | } |
100 | }; | 90 | }; | ... | ... |
-
Please register or sign in to post a comment