From 0bf08a758c05e14cbf5ad691ac2575e8149ac9bb Mon Sep 17 00:00:00 2001 From: liuchuang <123456> Date: Wed, 28 Oct 2020 16:50:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=BF=97=E6=84=BF=E8=80=85ba?= =?UTF-8?q?nner=E7=AE=A1=E7=90=86=E6=8E=92=E5=BA=8F=E6=95=B0=E5=AD=97?= =?UTF-8?q?=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/news/allnotice-add-or-update.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/news/allnotice-add-or-update.vue b/src/views/modules/news/allnotice-add-or-update.vue index 58b32b6..2e80ff9 100644 --- a/src/views/modules/news/allnotice-add-or-update.vue +++ b/src/views/modules/news/allnotice-add-or-update.vue @@ -207,7 +207,7 @@ export default { }).catch(() => { }) }, removeHTMLTag (str) { - str = str.replace(/<.*?>/g, '') + str = str.replace('


', '') return str }, // 表单提交