mirror of
https://github.com/dataease/dataease.git
synced 2026-05-17 06:50:45 +08:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user