提交 11d41c69 authored 作者: taojinlong's avatar taojinlong

Merge branch 'v1.8' of github.com:dataease/dataease into v1.8

...@@ -136,7 +136,7 @@ export default { ...@@ -136,7 +136,7 @@ export default {
* 点击软键盘搜索按键触发 * 点击软键盘搜索按键触发
*/ */
onNavigationBarSearchInputConfirmed(e) { onNavigationBarSearchInputConfirmed(e) {
let text = e.text; /* let text = e.text;
if (!text) { if (!text) {
this.isHistory = true; this.isHistory = true;
this.historyList = []; this.historyList = [];
...@@ -161,7 +161,7 @@ export default { ...@@ -161,7 +161,7 @@ export default {
} }
} }
}); });
} } */
}, },
/** /**
* 点击导航栏 buttons 时触发 * 点击导航栏 buttons 时触发
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论