移除项目备案申请返回确认弹窗

master
LiuJiaNan 2026-02-26 16:36:22 +08:00
parent eada33d3ea
commit ef3556ea72
1 changed files with 1 additions and 5 deletions

View File

@ -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),
});
}} }}
> >
上一步 上一步