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

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(); this.getRecords();
}, },
languageChange(e) { languageChange(e) {
console.log('language picker发送选择改变携带值为', e.detail.value);
this.language = this.languageArr[e.detail.value]; this.language = this.languageArr[e.detail.value];
this.initPageParam(); this.initPageParam();
this.getRecords(); this.getRecords();
}, },
typeChange(e) { typeChange(e) {
console.log('type picker发送选择改变携带值为', e.detail.value);
this.type = e.detail.value; this.type = e.detail.value;
this.typeName = this.typeArr[this.type]; this.typeName = this.typeArr[this.type];
this.initPageParam(); this.initPageParam();