diff --git a/src/views/modules/news/notice-add-or-update.vue b/src/views/modules/news/notice-add-or-update.vue index 3dd48237..59b26b0b 100644 --- a/src/views/modules/news/notice-add-or-update.vue +++ b/src/views/modules/news/notice-add-or-update.vue @@ -216,7 +216,7 @@ export default { dataFormSubmitHandle: debounce(function () { console.log(this.dataForm.noticeContent) if (this.dataForm.noticeContent != null && this.dataForm.noticeContent !== undefined) { - this.dataForm.noticeContent = this.removeHTMLTag(this.dataForm.noticeContent) + // this.dataForm.noticeContent = this.removeHTMLTag(this.dataForm.noticeContent) if ((this.dataForm.noticeContent).length > 10000) { return this.$message.error('您输入的的内容已超过字数不能提交') } else if (this.dataForm.noticeContent.length === 0) {