forked from github/dataease
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
186934f18f
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user