!18 sc-table-select 手动触发隐藏和显示

Merge pull request !18 from xwder/develop
This commit is contained in:
sakuya 2021-12-24 01:29:59 +00:00 committed by Gitee
commit 2ec14a9f86
1 changed files with 8 additions and 0 deletions

View File

@ -207,6 +207,14 @@
} }
this.keyword = keyword; this.keyword = keyword;
this.getData() this.getData()
},
// select
blur(){
this.$refs.select.blur();
},
// select
focus(){
this.$refs.select.focus();
} }
} }