From cc6f951dcac2f526108dfd83861a8b213ece8af4 Mon Sep 17 00:00:00 2001 From: liuchuang <123456> Date: Fri, 6 Nov 2020 10:19:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=85=E5=AE=B9=E7=AE=A1=E7=90=86=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/news/allnews-add-or-update.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/views/modules/news/allnews-add-or-update.vue b/src/views/modules/news/allnews-add-or-update.vue index 9c00102..7e7f7e1 100644 --- a/src/views/modules/news/allnews-add-or-update.vue +++ b/src/views/modules/news/allnews-add-or-update.vue @@ -268,9 +268,6 @@ export default { // 上传图片end // 表单提交 dataFormSubmitHandle: debounce(function () { - /*if ((this.dataForm.newsContent).length > 10000) { - return this.$message.error('您输入的的内容已超过字数不能提交') - }*/ this.$refs['dataForm'].validate((valid) => { if (!valid) { return false