|
@@ -3568,6 +3568,8 @@ export default {
|
|
|
this.$refs.eventLogUpload.eventLogUpload(this.eventCode);
|
|
|
},
|
|
|
cancelEventShow() {
|
|
|
+ this.mapToolShow=false
|
|
|
+ this.mapToolCheckItem = [];
|
|
|
this.statusFlag = null;
|
|
|
this.deptId = null;
|
|
|
console.log("关闭事件弹窗");
|
|
@@ -3575,6 +3577,8 @@ export default {
|
|
|
this.mapToolShow = false;
|
|
|
},
|
|
|
showEventDialog(eventCode) {
|
|
|
+ this.mapToolShow=false
|
|
|
+ this.mapToolCheckItem = [];
|
|
|
this.fireControlViewList();
|
|
|
this.eventCode = eventCode;
|
|
|
let that = this;
|