mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 05:50:45 +08:00
Merge branch 'v1.8' of github.com:dataease/dataease into v1.8
This commit is contained in:
@@ -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 时触发
|
||||
|
||||
Reference in New Issue
Block a user