zhulizhen1111 hace 4 años
padre
commit
1a18b4bccb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/equipment/table/eqDetaileDialog.vue

+ 1 - 1
src/views/equipment/table/eqDetaileDialog.vue

@@ -252,7 +252,7 @@ export default {
             //输入框搜索
             data.keyword = ''
             if (this.sbjc) {
-                data.keyword += `${this.sbjc}:type_name,assetnum;`
+                data.keyword += `${this.sbjc}:sbjc,assetnum;`
             }
             if (this.brand) {
                 data.keyword += `${this.brand}:brand,sbxh;`