Browse Source

Merge branch 'dev'

zhangyu 4 năm trước cách đây
mục cha
commit
5c799a5aea

+ 1 - 1
src/views/ledger/spacelist/spaceDetail/index.vue

@@ -225,7 +225,7 @@
             let cur = tools.dataForKey(this.exampleData, item.Path);
             let cur = tools.dataForKey(this.exampleData, item.Path);
             if (cur) {
             if (cur) {
               this.criterias.push({
               this.criterias.push({
-                id: this.exampleData.EquipID,
+                id: this.exampleData.RoomID,
                 code: item.InfoPointCode
                 code: item.InfoPointCode
               })
               })
             }
             }