Commit af7a30a4 by zhaochengxiang

bug fix

parent e1eb3f3a
......@@ -583,7 +583,7 @@ const EditModel = (props) => {
ghost
permissionKey='历史版本'
defaultPermission={branchId?true:undefined}
permissions={modelerData?.optionList?.filter(item => item.enabled)?.map(item => item.name)}
permissions={privilege?.optionList?.filter(item => item.enabled)?.map(item => item.name)}
>
历史版本
</PermissionButton>
......
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