yunxing 4 years ago
parent
commit
ef13e97e15
1 changed files with 7 additions and 8 deletions
  1. 7 8
      src/views/equipmentFacilities/index.vue

+ 7 - 8
src/views/equipmentFacilities/index.vue

@@ -502,14 +502,13 @@ export default {
             const { categoryId, text } = item
             this.SETCATEGORYID(categoryId)
             let query = { title: text }
-            this.fbtArr = [
-                {
-                    // FloorId: "g80"
-                    // FloorName: "RF"
-                    code: 'RF',
-                    gcname: 'g80',
-                },
-            ]
+            // mockData
+            // this.fbtArr = [
+            //     {
+            //         code: 'RF',
+            //         gcname: 'g80',
+            //     },
+            // ]
             if (this.fbtArr.length) {
                 query.fbtArr = JSON.stringify(this.fbtArr)
                 query.fbt = true