This commit is contained in:
linfso 2024-05-07 14:26:11 +08:00
parent 4c5a9569ff
commit 2427909ca8

View File

@ -88,25 +88,18 @@
},
siteType(newVal, oldVal) {
if(newVal!= oldVal ){
// this.queryParams.pageNum=1;
// this.queryData();
}
},
countryCode(newVal, oldVal) {
if(newVal!= oldVal ){
// this.queryParams.pageNum=1;
// this.queryData();
}
}
},
created() {
console.log("created 999=>"+this.svalue)
// this.queryData();
},
beforeDestroy(){
this.firstFlag = true;
console.log("beforeDestroy 999=>"+this.svalue)
},
methods: {
onChange() {