Commit e21752c4 authored by XieZhiXiong's avatar XieZhiXiong

chore: 添加父子不关联属性

parent 3d130f5e
......@@ -142,6 +142,7 @@ const PowerInfo: React.FC<{}> = () => {
treeData={treeData}
handleSelect={handleSelect}
disabled={true}
checkStrictly
checkable
/>
</MellowCard>
......
......@@ -490,6 +490,7 @@ const auditDetail: React.FC<ItemProps> = (props: any) => {
handleSelect={handleSelect}
handleSubmit={handleSubmitAuth}
disabled={pageStatus === PageStatus.PREVIEW}
checkStrictly
/>
</Col>
<Col className={styles['authCol']} span={8} offset={1}>
......
......@@ -197,6 +197,7 @@ const PowerInfo: React.FC<{}> = () => {
handleCheck={handleCheck}
saveLoading={submitAuthLoading}
handleSubmit={handleSubmitAuth}
checkStrictly
checkable
showSave
/>
......
......@@ -363,6 +363,7 @@ const DetailInfo: React.FC<DetailInfoProps> = ({
treeData={treeData}
handleSelect={handleSelect}
disabled={true}
checkStrictly
checkable
/>
</MellowCard>
......
......@@ -364,6 +364,7 @@ const DetailInfo: React.FC<DetailInfoProps> = ({
treeData={treeData}
handleSelect={handleSelect}
disabled={true}
checkStrictly
checkable
/>
</MellowCard>
......
......@@ -368,6 +368,7 @@ const DetailInfo: React.FC<DetailInfoProps> = ({
treeData={treeData}
handleSelect={handleSelect}
disabled={true}
checkStrictly
checkable
/>
</MellowCard>
......
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