diff --git a/public/components/property/addDataPrivilege/addDataPrivilege.js b/public/components/property/addDataPrivilege/addDataPrivilege.js index 8c96e6885..a76702cd2 100644 --- a/public/components/property/addDataPrivilege/addDataPrivilege.js +++ b/public/components/property/addDataPrivilege/addDataPrivilege.js @@ -115,7 +115,7 @@ vc.component.addDataPrivilegeInfo = { name: '', code: '', - communityId: '', + communityId: vc.getCurrentCommunity().communityId, remark: '' }; }