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

fix: 角色权限不关联

parent 6a065e72
......@@ -59,7 +59,7 @@ const SetMemberAuth: React.FC<{}> = () => {
const actionRef = useRef<any>({})
const formInitValue = nodeRecord ? getTreeMaps(nodeRecord.key) : null
const [formValue, setFormValue] = useState<any>(null)
// 储存的按钮数据
const [buttonInfos, setButtonInfos] = useState<any>([])
useEffect(() => {
......@@ -143,6 +143,7 @@ const SetMemberAuth: React.FC<{}> = () => {
treeData={treeData}
handleSelect={handleSelect}
disabled={pageStatus === PageStatus.PREVIEW}
checkStrictly
/>
</Col>
......
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