Commit a4e82aec authored by 罗超's avatar 罗超

调整搜索列表功能

parent d0f0f6de
......@@ -440,7 +440,6 @@ export default {
this.goSearchHandler();
},
handleAreaTicked(target) {
console.log("handleAreaTicked", target, this.areaTicked);
this.areaTicked = target
this.goSearchHandler();
},
......@@ -667,7 +666,9 @@ export default {
console.log('filterAddress2',this.areaListJSON, addressList)
},
goSearchHandler() {
this.msg.webSiteCategoryIds = this.areaTicked.join(',')
console.log(this.ticked)
this.msg.webSiteCategoryIds = this.ticked.join(',')
this.msg.placeIds = this.areaTicked.join(',')
this.$q.loading.show();
this.DataList = [];
let minTripDay = -1,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment