对接问题知识库
This commit is contained in:
+3
-3
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user