lianyue 7 years ago
parent cb7a75e4ad
commit 209a5725ba

@ -223,10 +223,14 @@ export default {
// //
if (this.$parent) { if (this.$parent) {
this.$parent.$forceUpdate() this.$parent.$forceUpdate()
} //
this.$parent.$nextTick(() => {
this.watchDrop(this.drop)
})
} else {
// //
this.watchDrop(this.drop) this.watchDrop(this.drop)
}
}) })
}, },
@ -240,6 +244,9 @@ export default {
// //
this.active = false this.active = false
//
this.watchDrop(false)
}, },
computed: { computed: {

Loading…
Cancel
Save