移除搜索页面上多余的打印
This commit is contained in:
parent
660e7dc908
commit
8d601f4674
@ -99,13 +99,11 @@
|
||||
this.getRecords();
|
||||
},
|
||||
languageChange(e) {
|
||||
console.log('language picker发送选择改变,携带值为', e.detail.value);
|
||||
this.language = this.languageArr[e.detail.value];
|
||||
this.initPageParam();
|
||||
this.getRecords();
|
||||
},
|
||||
typeChange(e) {
|
||||
console.log('type picker发送选择改变,携带值为', e.detail.value);
|
||||
this.type = e.detail.value;
|
||||
this.typeName = this.typeArr[this.type];
|
||||
this.initPageParam();
|
||||
|
Loading…
x
Reference in New Issue
Block a user