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

fix: 角色权限不关联

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