邓洁 : 找店地址下拉刷新重置数据

This commit is contained in:
dengj
2023-11-20 13:54:08 +08:00
parent 495cd0dc07
commit 354369fba0
2 changed files with 56 additions and 19 deletions

View File

@@ -93,7 +93,6 @@
})
},
getQueryInfo(query) {
console.log('this.',this.refresh);
const q = this.$u.queryParams({
type: 1,
pageSize: this.pageSize,
@@ -101,16 +100,7 @@
...query
})
return q
},
// resetQuery(query){
// console.log('ddd',query);
// const q = this.$u.queryParams({
// type: 1,
// pageSize: 5,
// pageNum: 1,
// ...query
// })
// }
}
},
created() {
this.getShopList()