From 57366f42e9afa5ed0c8cd604578c95c2382751f6 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Tue, 30 Aug 2022 15:33:18 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=A7=86=E5=9B=BE):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=AF=8C=E6=96=87=E6=9C=AC=E8=A7=86=E5=9B=BE=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E6=97=B6=E7=82=B9=E5=87=BB=E4=BB=AA=E8=A1=A8=E6=9D=BF=E7=A9=BA?= =?UTF-8?q?=E7=99=BD=E5=8C=BA=E5=8F=AF=E8=83=BD=E6=9C=AA=E5=8F=8A=E6=97=B6?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E8=BD=AC=E6=8D=A2=E6=95=B0=E6=8D=AE=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/canvas/custom-component/DeRichTextView.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/components/canvas/custom-component/DeRichTextView.vue b/frontend/src/components/canvas/custom-component/DeRichTextView.vue index 455d49ac2d..5ccbf081b9 100644 --- a/frontend/src/components/canvas/custom-component/DeRichTextView.vue +++ b/frontend/src/components/canvas/custom-component/DeRichTextView.vue @@ -112,6 +112,8 @@ export default { this.canEdit = false this.reShow() this.myValue = this.assignment(this.element.propValue.textValue) + const ed = tinymce.editors[this.tinymceId] + ed.setContent(this.myValue) } }, myValue(newValue) {