update Picker

update Picker
This commit is contained in:
梁灏 2017-01-09 19:57:01 +08:00
parent 540e839c8b
commit 1b7aefeab2

View file

@ -253,6 +253,7 @@
}, },
methods: { methods: {
handleClose () { handleClose () {
if (this.open !== null) return;
if (!this.disableClickOutSide) this.visible = false; if (!this.disableClickOutSide) this.visible = false;
this.disableClickOutSide = false; this.disableClickOutSide = false;
}, },