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