diff --git a/src/pages/Container/Stakeholder/ProjectReview/ProjectFilingApplication/Add/index.js b/src/pages/Container/Stakeholder/ProjectReview/ProjectFilingApplication/Add/index.js index db0050f..dd46b31 100644 --- a/src/pages/Container/Stakeholder/ProjectReview/ProjectFilingApplication/Add/index.js +++ b/src/pages/Container/Stakeholder/ProjectReview/ProjectFilingApplication/Add/index.js @@ -30,7 +30,7 @@ function Add(props) { const [form] = Form.useForm(); const [userInfo, setUserInfo] = useState({}); // const [currentStep, setCurrentStep] = useState(1); - const [currentStep, setCurrentStep] = useState(1); + const [currentStep, setCurrentStep] = useState(0); const [formValues, setFormValues] = useState({}); const [projectFileAddCmdList, setProjectFileAddCmdList] = useState([]); // 项目资料 const [usercontentAddCmdList, setUsercontentAddCmdList] = useState([]); // 项目审核人员