From 6a3cd66ac7f9e6b467ca7434819321bbdaab132b Mon Sep 17 00:00:00 2001 From: wangjiahai <1556608@qq.com> Date: Thu, 23 Nov 2023 17:17:14 +0800 Subject: [PATCH] 111 --- .../components/zxz-uni-data-select/zxz-uni-data-select.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/uni_modules/zxz-uni-data-select/components/zxz-uni-data-select/zxz-uni-data-select.vue b/uni_modules/zxz-uni-data-select/components/zxz-uni-data-select/zxz-uni-data-select.vue index b6069b6..21d6ab7 100644 --- a/uni_modules/zxz-uni-data-select/components/zxz-uni-data-select/zxz-uni-data-select.vue +++ b/uni_modules/zxz-uni-data-select/components/zxz-uni-data-select/zxz-uni-data-select.vue @@ -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) {