From 11e39d96260bb799974eec55cb9bacaf369a017b Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Wed, 22 Sep 2021 11:48:39 +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 --- .../property/feePrintPageManage/feePrintPageManage.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/public/pages/property/feePrintPageManage/feePrintPageManage.js b/public/pages/property/feePrintPageManage/feePrintPageManage.js index b46bb17e8..54431499e 100644 --- a/public/pages/property/feePrintPageManage/feePrintPageManage.js +++ b/public/pages/property/feePrintPageManage/feePrintPageManage.js @@ -16,6 +16,7 @@ pageId: '', pageName: '', state: '', + communityId: vc.getCurrentCommunity().communityId } } }, @@ -78,11 +79,11 @@ } }, updateFeePrintPageState: function (_printPage) { - + let _data = { - pageId:_printPage.pageId, - communityId:_printPage.communityId, - state:'T' + pageId: _printPage.pageId, + communityId: _printPage.communityId, + state: 'T' } vc.http.apiPost(