Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
junjun 2022-08-18 16:07:23 +08:00
commit 186934f18f

View File

@ -131,7 +131,9 @@ export default {
tinymce.init({})
this.myValue = this.assignment(this.element.propValue.textValue)
bus.$on('initCurFields-' + this.element.id, this.initCurFieldsChange)
this.initReady=true
this.$nextTick(()=>{
this.initReady=true
})
},
initCurFieldsChange() {
if (!this.canEdit) {