소스 검색

搜索条件修改

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

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

@@ -144,7 +144,7 @@ export default {
                 location: this.location,
                 location: this.location,
             }
             }
             if (this.keyword) {
             if (this.keyword) {
-                getParams.keyword = `${this.keyword}:drawernum,outspec,floor`
+                getParams.keyword = `${this.keyword}:drawernum,control,floor`
             }
             }
             let res = await queryDygjcxline({ getParams })
             let res = await queryDygjcxline({ getParams })
             if (!res?.data) {
             if (!res?.data) {