guoxiaohuan 4 年之前
父節點
當前提交
94f48f8b00
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/components/Legend/src/legend.vue

+ 2 - 0
src/components/Legend/src/legend.vue

@@ -390,6 +390,8 @@ export default {
             // 弹窗组件内传入floorInfo,使用其楼层id
             this.floorInfo.gname && (data.floorId = this.floorInfo.gname)
             queryStatis({ data, postParams }).then(res => {
+                this.$store.commit('SETPLANNUM', '')
+                this.$store.commit('SETTYPENUM', '')
                 this.loading = false
                 let viewTable = []
                 viewTable = res.data.Data ? res.data.Data : []