Преглед изворни кода

🐛 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="设定调度周期"