修改sc-table-select可以主动触发显示和隐藏

This commit is contained in:
xwder 2021-12-23 16:36:42 +08:00
parent e5b8dcd10d
commit d899ba3529
1 changed files with 8 additions and 0 deletions

View File

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