Commit 3553d4d8 by LJM

app

parent e17d0e90
Showing with 0 additions and 7 deletions
......@@ -212,13 +212,6 @@ export default {
this.searchParams.search_keyword = '';
}
try {
this.$refs.myInput.focus(); // 获取焦点
} catch (e) {
//TODO handle the exception
console.log(e);
}
this.getData();
},
showDrawer() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment