|
@@ -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
|