guoxiaohuan před 4 roky
rodič
revize
f71575a154
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 3 3
      src/views/equipment/table/djspTable.vue

+ 3 - 3
src/views/equipment/table/djspTable.vue

@@ -6,7 +6,7 @@
                 placeholder='搜索电井间'
                 size='small'
                 @keyup.enter.native='getList'
-                @blur="getList"
+                @blur='getList'
                 prefix-icon='el-icon-search'
                 v-model='welldes'
                 clearable
@@ -16,7 +16,7 @@
                 placeholder='搜索商铺编号'
                 size='small'
                 @keyup.enter.native='getList'
-                @blur="getList"
+                @blur='getList'
                 prefix-icon='el-icon-search'
                 v-model='shopsnum'
                 clearable
@@ -95,7 +95,7 @@ export default {
                 getParams.keyword += `${this.welldes}:welldes;`
             }
             if (this.shopsnum) {
-                getParams.keyword += `${this.shopsnum}:shopsnum;`
+                getParams.keyword += `${this.shopsnum}:shopsnumList;`
             }
             if (getParams.keyword == '') {
                 delete getParams.keyword