Commit e5955547 authored by 前端-许佳敏's avatar 前端-许佳敏

fix: 修改会员权限

parent 5026b480
......@@ -248,8 +248,8 @@ const MemberDetail: React.FC<{}> = () => {
menuId: v,
// @todo 暂时写死为空
buttonIds: [],
hasDataAuth: authInfos[v].hasDataAuth,
orgIds: authInfos[v].orgIds
hasDataAuth: authInfos[v]?.hasDataAuth,
orgIds: authInfos[v]?.orgIds
})),
};
if (pageStatus === PageStatus.EDIT) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment