浏览代码

🐛 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
     <StepsForm.StepForm
       initialValues={{
       initialValues={{
         type: '1',
         type: '1',
-        time: '',
         frequency: 'month',
         frequency: 'month',
       }}
       }}
       title="设定调度周期"
       title="设定调度周期"