b7a5e395 by renchao@pashanhoo.com

style:弹窗修改

1 parent e2e1bb16
......@@ -54,9 +54,9 @@
},
watch: {
isShow (newValue) {
this.$nextTick(() => {
this.editItem = this.loadViewFn(this.editItem)
document.body.appendChild(this.$el);
this.$nextTick(() => {
this.myShow = newValue
})
}
......
......@@ -53,9 +53,9 @@
},
watch: {
isShow (newValue) {
this.$nextTick(() => {
this.editItem = this.loadViewFn(this.editItem)
document.body.appendChild(this.$el);
this.$nextTick(() => {
this.myShow = newValue
})
}
......