From 7ded71487e1842e19ba168c8d61e1942c7d26978 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期三, 18 九月 2019 20:03:09 +0800
Subject: [PATCH] 优化审核时提示 未包含communityId 问题

---
 WebService/src/main/resources/components/communityPackage/audit-community-manage/auditCommunityManage.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/WebService/src/main/resources/components/communityPackage/audit-community-manage/auditCommunityManage.js b/WebService/src/main/resources/components/communityPackage/audit-community-manage/auditCommunityManage.js
index e80c8a5..3b48dae 100644
--- a/WebService/src/main/resources/components/communityPackage/audit-community-manage/auditCommunityManage.js
+++ b/WebService/src/main/resources/components/communityPackage/audit-community-manage/auditCommunityManage.js
@@ -59,6 +59,7 @@
                 vc.emit('audit','openAuditModal',{});
             },
             _auditCommunityState:function(_auditInfo){
+                _auditInfo.communityId = vc.component.auditCommunityManageInfo.currentCommunityId;
                 vc.http.post(
                     'auditCommunityManage',
                     'audit',

--
Gitblit v1.8.0