fix
parent
9b2669ba99
commit
12035c048c
|
@ -32,10 +32,7 @@ export default {
|
||||||
mounted () {
|
mounted () {
|
||||||
this._container = this.getContainer()
|
this._container = this.getContainer()
|
||||||
this._container.appendChild(this.$el)
|
this._container.appendChild(this.$el)
|
||||||
|
this.initAlign = true
|
||||||
this.$nextTick(() => {
|
|
||||||
this.initAlign = true
|
|
||||||
})
|
|
||||||
},
|
},
|
||||||
beforeDestroy () {
|
beforeDestroy () {
|
||||||
this.$el.remove()
|
this.$el.remove()
|
||||||
|
|
|
@ -369,7 +369,6 @@ export default {
|
||||||
this.setState({
|
this.setState({
|
||||||
sPopupVisible,
|
sPopupVisible,
|
||||||
})
|
})
|
||||||
this.$forceUpdate()
|
|
||||||
}
|
}
|
||||||
this.$listeners.popupVisibleChange && this.$listeners.popupVisibleChange(sPopupVisible)
|
this.$listeners.popupVisibleChange && this.$listeners.popupVisibleChange(sPopupVisible)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue