二手车交易,切换接口调用次数
This commit is contained in:
@ -122,10 +122,6 @@ export default {
|
||||
name: "indexList",
|
||||
mixins:[myMixins],
|
||||
watch:{
|
||||
activeTab(){
|
||||
this.setSearchVal();
|
||||
this.getList()
|
||||
},
|
||||
topSearch(){
|
||||
this.setSearchVal();
|
||||
this.getList()
|
||||
@ -201,6 +197,7 @@ export default {
|
||||
this.pageNum = 1
|
||||
this.pageList = [];
|
||||
this.total=0
|
||||
await this.setSearchVal();
|
||||
await this.getList()
|
||||
},
|
||||
async onLoad(){
|
||||
|
Reference in New Issue
Block a user