@@ -39,9 +39,9 @@
}
that.dataForm = JSON.parse(event.data)
console.log('dataForm = ' + that.dataForm)
- if (!that.visible) {
- that.visible = true
- }
+ // if (!that.visible) {
+ // that.visible = true
+ // }
})
},