移除搜索页面上多余的打印

This commit is contained in:
zhl 2019-02-19 20:32:49 +08:00
parent 660e7dc908
commit 8d601f4674

View File

@ -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();