对接问题知识库

This commit is contained in:
qq787203167
2022-08-09 09:15:44 +08:00
parent 6307e1ef28
commit 9f9434ddca
@@ -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) {