Merge remote-tracking branch 'origin/dev_third_stage' into dev_third_stage

This commit is contained in:
gaosong
2022-08-09 09:45:38 +08:00
@@ -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) {