From 6923db7837f3ed002027321a8dde7cdfdd3606fc Mon Sep 17 00:00:00 2001 From: Jackwang Date: Tue, 30 Mar 2021 10:06:46 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=B7=BB=E5=8A=A0=E9=80=9A=E7=9F=A5?= =?UTF-8?q?=E3=80=91-=E3=80=90=E5=AF=8C=E6=96=87=E6=9C=AC=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E3=80=91-=EF=BC=88=E7=8E=8B=E7=AB=A5=EF=BC=89-2021/3/?= =?UTF-8?q?30?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/news/notice-add-or-update.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {