|
@@ -107,7 +107,7 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<a :href="visuForestCloudYuAnBo.fileUrl">{{
|
|
<a :href="visuForestCloudYuAnBo.fileUrl">{{
|
|
- visuForestCloudYuAnBo.reserveName | ellipsisFont6
|
|
|
|
|
|
+ visuForestCloudYuAnBo.reserveName | ellipsisFont6
|
|
}}</a>
|
|
}}</a>
|
|
</el-tooltip>
|
|
</el-tooltip>
|
|
</el-carousel-item>
|
|
</el-carousel-item>
|
|
@@ -3567,6 +3567,8 @@ export default {
|
|
this.$refs.eventLogUpload.eventLogUpload(this.eventCode);
|
|
this.$refs.eventLogUpload.eventLogUpload(this.eventCode);
|
|
},
|
|
},
|
|
cancelEventShow() {
|
|
cancelEventShow() {
|
|
|
|
+ this.mapToolShow=false
|
|
|
|
+ this.mapToolCheckItem = [];
|
|
this.statusFlag = null;
|
|
this.statusFlag = null;
|
|
this.deptId = null;
|
|
this.deptId = null;
|
|
console.log("关闭事件弹窗");
|
|
console.log("关闭事件弹窗");
|
|
@@ -3574,6 +3576,8 @@ export default {
|
|
this.mapToolShow = false;
|
|
this.mapToolShow = false;
|
|
},
|
|
},
|
|
showEventDialog(eventCode) {
|
|
showEventDialog(eventCode) {
|
|
|
|
+ this.mapToolShow=false
|
|
|
|
+ this.mapToolCheckItem = [];
|
|
this.fireControlViewList();
|
|
this.fireControlViewList();
|
|
this.eventCode = eventCode;
|
|
this.eventCode = eventCode;
|
|
let that = this;
|
|
let that = this;
|