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) {