Commit 94cd3f55 authored by alwayOnlie's avatar alwayOnlie

修改时间选中

parent c6081af3
......@@ -50,7 +50,7 @@ const FormList = (props: any) => {
render: (_, item, index) => <DatePicker
style={{ width: '100%' }}
format="YYYY-MM-DD"
value={item.expectPayTime}
defaultValue={item.expectPayTime}
onChange={(e) => onSelectChange(e, 'expectPayTime', index)}
/>
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment