Commit 1b7aefeab263730de967f70a02def91f03a883f2
1 parent
540e839c
update Picker
update Picker
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/components/date-picker/picker.vue
@@ -253,6 +253,7 @@ | @@ -253,6 +253,7 @@ | ||
253 | }, | 253 | }, |
254 | methods: { | 254 | methods: { |
255 | handleClose () { | 255 | handleClose () { |
256 | + if (this.open !== null) return; | ||
256 | if (!this.disableClickOutSide) this.visible = false; | 257 | if (!this.disableClickOutSide) this.visible = false; |
257 | this.disableClickOutSide = false; | 258 | this.disableClickOutSide = false; |
258 | }, | 259 | }, |