yunxing 4 년 전
부모
커밋
ef6b9bbbb7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/equipmentFacilities/ElectricWell.vue

+ 1 - 1
src/views/equipmentFacilities/ElectricWell.vue

@@ -191,7 +191,7 @@ export default {
             }
             // 输入框搜索关键字
             if (this.keyword) {
-                getParams.keyword = `${this.keyword}:welldes,shopsnumList;`
+                getParams.keyword = `${this.keyword}:welldes,meterbox,shopsnumList;`
             }
             // 右侧弹窗 筛选楼层的类型
             if (this.currentFloor && this.currentFloor !== '全部') {