!7 修复communityId不能为空

Merge pull request !7 from gege/master
This commit is contained in:
java110 2024-01-15 07:16:59 +00:00 committed by Gitee
commit f0477e1423
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

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