修复communityId不能为空

This commit is contained in:
xg 2024-01-15 14:42:53 +08:00
parent 9ae2888557
commit 642a9764f9

View File

@ -115,7 +115,7 @@
vc.component.addDataPrivilegeInfo = {
name: '',
code: '',
communityId: '',
communityId: vc.getCurrentCommunity().communityId,
remark: ''
};
}