From 59d5549c8bd35dfbec9dcaa2a5db2dd39ce3cca5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B2=E6=A0=91=E9=80=9A?= <1976590620@qq.com> Date: Wed, 29 Jan 2020 18:48:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=98=E8=8D=89=E7=A8=BF=E5=8E=BB=E6=8E=89?= =?UTF-8?q?=E5=AD=97=E6=95=B0=E5=86=85=E5=AE=B9=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/news/news-publish.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/modules/news/news-publish.vue b/src/views/modules/news/news-publish.vue index 478806ab..efe3c869 100644 --- a/src/views/modules/news/news-publish.vue +++ b/src/views/modules/news/news-publish.vue @@ -395,9 +395,9 @@ export default { }, 1000, { 'leading': true, 'trailing': false }), // 存草稿 draftDataFormSubmitHandle: debounce(function () { - if ((this.dataForm.newsContent).length > 10000) { - return this.$message.error('您输入的的内容已超过字数不能提交') - } + // if ((this.dataForm.newsContent).length > 10000) { + // return this.$message.error('您输入的的内容已超过字数不能提交') + // } this.$refs['dataForm'].validate((valid) => { if (!valid) { return false