移除项目备案申请返回确认弹窗
parent
eada33d3ea
commit
ef3556ea72
|
|
@ -865,11 +865,7 @@ const StepTwoComponent = (props) => {
|
|||
<div style={{ textAlign: "center", marginTop: 20 }}>
|
||||
<Space>
|
||||
<Button onClick={() => {
|
||||
Modal.confirm({
|
||||
title: "提示",
|
||||
content: "填写的信息将被清除,确定要返回吗?",
|
||||
onOk: () => props.setCurrentStep(1),
|
||||
});
|
||||
props.setCurrentStep(1);
|
||||
}}
|
||||
>
|
||||
上一步
|
||||
|
|
|
|||
Loading…
Reference in New Issue