Commit c293039e authored by xiexiuxing's avatar xiexiuxing

修改数据权限bug

parent 7851de3f
......@@ -563,7 +563,10 @@ const MemberDetail: React.FC<{}> = () => {
);
})}
<Button block type="dashed" onClick={handleOpenOrg}>
<Button block type="dashed" onClick={handleOpenOrg} disabled={
pageStatus === PageStatus.PREVIEW ||
!disabledCheckAuthConfig.dataAuthConfig
}>
<PlusOutlined /> {intl.formatMessage({ id: 'authConfig.orientation' })}
</Button>
</div>
......
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