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: "",