NEZ-2297 feat:asset评论内容支持富文本

This commit is contained in:
zyh
2022-10-28 10:33:00 +08:00
parent 2261e71560
commit 8c3506ec58
6 changed files with 156 additions and 97 deletions

View File

@@ -408,6 +408,7 @@ export default {
textChange (val) {
const html = `<div class="editor-core ql-container ql-snow"><div class="ql-editor">${val}</div></div>`
this.chartConfig.param.text = html
this.$refs.chartForm.validateField('param.text')
this.change()
}
},