修复富文本组件获取不到值的问题。
parent
dfedbdad4b
commit
77eab7c87d
|
@ -94,6 +94,7 @@
|
||||||
methods: {
|
methods: {
|
||||||
handleRichEditorChangeEvent() {
|
handleRichEditorChangeEvent() {
|
||||||
this.valueChangedFlag = true
|
this.valueChangedFlag = true
|
||||||
|
this.syncUpdateFormModel(this.fieldModel)
|
||||||
},
|
},
|
||||||
|
|
||||||
handleRichEditorFocusEvent() {
|
handleRichEditorFocusEvent() {
|
||||||
|
|
Loading…
Reference in New Issue