111
This commit is contained in:
@@ -380,6 +380,7 @@
|
|||||||
change(item) {
|
change(item) {
|
||||||
if (!item.disable) {
|
if (!item.disable) {
|
||||||
this.showSelector = false
|
this.showSelector = false
|
||||||
|
this.$emit('showing', false)
|
||||||
if (this.multiple) {
|
if (this.multiple) {
|
||||||
if (!this.current) {
|
if (!this.current) {
|
||||||
this.current = []
|
this.current = []
|
||||||
@@ -450,6 +451,7 @@
|
|||||||
|
|
||||||
// }
|
// }
|
||||||
this.showSelector = !this.showSelector
|
this.showSelector = !this.showSelector
|
||||||
|
this.$emit('showing', this.showSelector)
|
||||||
this.isFocus = this.showSelector
|
this.isFocus = this.showSelector
|
||||||
if (this.filterable && this.current && this.showSelector) {
|
if (this.filterable && this.current && this.showSelector) {
|
||||||
if (!this.multiple) {
|
if (!this.multiple) {
|
||||||
|
|||||||
Reference in New Issue
Block a user