Commit 762c8ddfef9ae16badf37c7dde7956cd160e787e

Authored by 梁灏
1 parent aa43b8c8

update DatePicker

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
src/components/date-picker/picker.vue
... ... @@ -260,7 +260,8 @@
260 260 methods: {
261 261 handleClose () {
262 262 if (this.open !== null) return;
263   - if (!this.disableClickOutSide) this.visible = false;
  263 +// if (!this.disableClickOutSide) this.visible = false;
  264 + this.visible = false;
264 265 this.disableClickOutSide = false;
265 266 },
266 267 handleFocus () {
... ...