소스 검색

fix clear data

haojianlong 5 년 전
부모
커밋
37ca97f7e3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/business_space/dataUtil/index.vue

+ 1 - 0
src/views/business_space/dataUtil/index.vue

@@ -367,6 +367,7 @@ export default {
       }
       queryZone(pa, res => {
         res.Content.map(t => {
+          this.allSiListMap = {}
           let arr = t.BIMID.split(":");
           this.allSiListMap[t.RoomID] = arr[1];
         })