Merge remote-tracking branch 'origin/master'

master
dearLin 2026-02-26 16:37:45 +08:00
commit 08bbd82a9d
1 changed files with 1 additions and 5 deletions

View File

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