Explorar el Código

modify clear position

haojianlong hace 5 años
padre
commit
4aa4c6ccc1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/business_space/dataUtil/index.vue

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

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