|
@@ -181,7 +181,7 @@ const handleSubmit = async (_type) => {
|
|
proxy
|
|
proxy
|
|
.post('/flowExample/setStartData', {
|
|
.post('/flowExample/setStartData', {
|
|
exampleId: route.query.id,
|
|
exampleId: route.query.id,
|
|
- startDate: childrenData,
|
|
+ startData: childrenData,
|
|
})
|
|
})
|
|
.then()
|
|
.then()
|
|
}
|
|
}
|