From 0840b13acb379df845002d7d1902b7a3321e97d2 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Fri, 12 Mar 2021 15:42:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/common/addNoticeView/addNoticeView.html | 10 ++++++++++ .../components/common/addNoticeView/addNoticeView.js | 7 ++++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/public/components/common/addNoticeView/addNoticeView.html b/public/components/common/addNoticeView/addNoticeView.html index b2d60bff5..be7cb7d70 100644 --- a/public/components/common/addNoticeView/addNoticeView.html +++ b/public/components/common/addNoticeView/addNoticeView.html @@ -39,6 +39,16 @@ +
+ +
+ +
+
diff --git a/public/components/common/addNoticeView/addNoticeView.js b/public/components/common/addNoticeView/addNoticeView.js index 864a07dc8..32ad82490 100644 --- a/public/components/common/addNoticeView/addNoticeView.js +++ b/public/components/common/addNoticeView/addNoticeView.js @@ -13,7 +13,8 @@ floorId: '', unitId: '', roomId: '', - state: '3000' + state: '3000', + isAll:'N' } }, @@ -179,8 +180,8 @@ floorId: '', unitId: '', roomId: '', - state: '3000' - + state: '3000', + isAll:'N' }; }, _initNoticeInfo: function () {