mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-23 21:36:37 +08:00
修复communityId不能为空
This commit is contained in:
parent
9ae2888557
commit
642a9764f9
@ -115,7 +115,7 @@
|
||||
vc.component.addDataPrivilegeInfo = {
|
||||
name: '',
|
||||
code: '',
|
||||
communityId: '',
|
||||
communityId: vc.getCurrentCommunity().communityId,
|
||||
remark: ''
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user