diff --git a/public/components/property/addDataPrivilege/addDataPrivilege.js b/public/components/property/addDataPrivilege/addDataPrivilege.js index 8c96e68858429937875a54ba09f55ef4e6cd7930..a76702cd283872edab0089c3953e31402260bc7f 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: '' }; }