修复富文本组件获取不到值的问题。

master
vdpAdmin 2021-12-09 16:23:11 +08:00
parent dfedbdad4b
commit 77eab7c87d
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@
methods: { methods: {
handleRichEditorChangeEvent() { handleRichEditorChangeEvent() {
this.valueChangedFlag = true this.valueChangedFlag = true
this.syncUpdateFormModel(this.fieldModel)
}, },
handleRichEditorFocusEvent() { handleRichEditorFocusEvent() {