From 29e258d67920de2c68bec7028441615b74965137 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Thu, 18 Aug 2022 16:45:37 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9B=A8=E8=8A=B1=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../common/addNoticeView/addNoticeView.js | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/public/components/common/addNoticeView/addNoticeView.js b/public/components/common/addNoticeView/addNoticeView.js index 9d56ec676..149604aaa 100755 --- a/public/components/common/addNoticeView/addNoticeView.js +++ b/public/components/common/addNoticeView/addNoticeView.js @@ -55,16 +55,10 @@ }, ], 'addNoticeViewInfo.context': [{ - limit: "required", - param: "", - errInfo: "公告内容不能为空" - }, - { - limit: "maxLength", - param: "10000", - errInfo: "公告内容不能超过10000个字" - }, - ], + limit: "required", + param: "", + errInfo: "公告内容不能为空" + }, ], 'addNoticeViewInfo.startTime': [{ limit: "required", param: "",