Merge pull request #1854 from dataease/pr@v1.8@fix_mobile_search_history

fix: 移动端搜索错误
This commit is contained in:
fit2cloud-chenyw 2022-03-01 12:16:20 +08:00 committed by GitHub
commit e28d346768
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,7 +136,7 @@ export default {
* 点击软键盘搜索按键触发
*/
onNavigationBarSearchInputConfirmed(e) {
let text = e.text;
/* let text = e.text;
if (!text) {
this.isHistory = true;
this.historyList = [];
@ -161,7 +161,7 @@ export default {
}
}
});
}
} */
},
/**
* 点击导航栏 buttons 时触发