Browse Source

驾驶舱模块顶部安全天数渲染BUG修复

yangxiao 3 years ago
parent
commit
748b753331
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/Home/Home.vue

+ 1 - 0
src/views/Home/Home.vue

@@ -695,6 +695,7 @@ export default {
     // 点击地图展示类型
     // 点击地图展示类型
     changeShowType(wpId, planBtnName){
     changeShowType(wpId, planBtnName){
       this.planBtnName = planBtnName;
       this.planBtnName = planBtnName;
+      this.jczbmap = {};
       clearInterval(this.timmer);
       clearInterval(this.timmer);
       this.timmer = null;
       this.timmer = null;
       this.wpId = wpId;
       this.wpId = wpId;