From 9f9434ddcab7c7983c2557cf12f10a9d89de59a9 Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Tue, 9 Aug 2022 09:15:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E9=97=AE=E9=A2=98=E7=9F=A5?= =?UTF-8?q?=E8=AF=86=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/problemKnowledgeBaseAdd.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseAdd.vue b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseAdd.vue index f2bc6ff04..094e2f5ee 100644 --- a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseAdd.vue +++ b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseAdd.vue @@ -294,9 +294,9 @@ if (res.success) { this.formInline = res.result || {} this.formInline = { ...this.formInline } - if (this.formInline.showPermissions == 'Privacy'){ + if (this.formInline.showPermissions == 'Privacy') { this.isDisplay = true - }else{ + } else { this.isDisplay = false } } else { @@ -332,7 +332,7 @@ , onEditorChange({ quill, html, text }) { console.log('editor change!', quill, html, text) - this.content = html + this.formInline.content = html } , PersonnelSelectionChange(value, id) {