Commit 10829650 by zhaochengxiang

资产属性关联

parent 467b4f52
......@@ -383,6 +383,10 @@ const AttributeRelationModal = (props) => {
}
}
const reset = () => {
setActiveKey(undefined);
}
return (
<Modal
forceRender
......@@ -390,11 +394,13 @@ const AttributeRelationModal = (props) => {
visible={visible}
width={1000}
onCancel={() => {
onCancel?.()
reset();
onCancel?.();
}}
footer={
<Space>
<Button onClick={() => {
reset();
onCancel?.();
}}>取消</Button>
</Space>
......
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