소스 검색

🐛 fix: fix stepForm initialValues error

chenshuai2144 5 년 전
부모
커밋
c9cbca60b2
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/pages/ListTableList/components/UpdateForm.tsx

+ 0 - 1
src/pages/ListTableList/components/UpdateForm.tsx

@@ -108,7 +108,6 @@ const UpdateForm: React.FC<UpdateFormProps> = (props) => (
     <StepsForm.StepForm
       initialValues={{
         type: '1',
-        time: '',
         frequency: 'month',
       }}
       title="设定调度周期"