md
This commit is contained in:
parent
4c5a9569ff
commit
2427909ca8
@ -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() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user