|
@@ -178,16 +178,9 @@ export default {
|
|
|
orderBy: `floor,1;welldesm,1;meterbox,1;`,
|
|
|
plazaId: this.plazaId,
|
|
|
}
|
|
|
- // getParams.keyword = ''
|
|
|
- // if (this.welldes) {
|
|
|
- // getParams.keyword += `${this.welldes}:welldes;`
|
|
|
- // }
|
|
|
- // if (this.shopsnum) {
|
|
|
- // getParams.keyword += `${this.shopsnum}:shopsnumList;`
|
|
|
- // }
|
|
|
- // if (getParams.keyword == '') {
|
|
|
- // delete getParams.keyword
|
|
|
- // }
|
|
|
+ if (this.keyword) {
|
|
|
+ getParams.keyword = `${this.keyword}:welldes,shopsnumList;`
|
|
|
+ }
|
|
|
let resData = await queryShops({ getParams })
|
|
|
console.log(resData)
|
|
|
if (!resData && !resData?.data) {
|