This commit is contained in:
wangjiahai
2023-11-23 17:17:14 +08:00
parent b4d2aa412a
commit 6a3cd66ac7

View File

@@ -380,6 +380,7 @@
change(item) {
if (!item.disable) {
this.showSelector = false
this.$emit('showing', false)
if (this.multiple) {
if (!this.current) {
this.current = []
@@ -450,6 +451,7 @@
// }
this.showSelector = !this.showSelector
this.$emit('showing', this.showSelector)
this.isFocus = this.showSelector
if (this.filterable && this.current && this.showSelector) {
if (!this.multiple) {