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,
             }
             if (this.keyword) {
-                getParams.keyword = `${this.keyword}:drawernum,outspec,floor`
+                getParams.keyword = `${this.keyword}:drawernum,control,floor`
             }
             let res = await queryDygjcxline({ getParams })
             if (!res?.data) {