|
@@ -898,6 +898,9 @@
|
|
|
}
|
|
|
},
|
|
|
/** ----------------------------------事件弹窗开始------------------------------------- */
|
|
|
+ tp(url) {
|
|
|
+ this.url = url
|
|
|
+ },
|
|
|
async beforeLeave(newactiveName, oldActiveName) {
|
|
|
let that = this;
|
|
|
if (newactiveName == 'frame') {
|
|
@@ -1003,6 +1006,10 @@
|
|
|
},
|
|
|
cancelEventShow() {
|
|
|
this.activeName = 'info';
|
|
|
+ this.listEventPic = [];//事件图片
|
|
|
+ this.listEventDept = [];//涉事单位List,
|
|
|
+ this.listLog = [];//处理过程List,
|
|
|
+ this.listoperateDept = [];
|
|
|
},
|
|
|
handleClick: function (tab, oldActiveName) {
|
|
|
let that = this
|