@@ -340,6 +340,9 @@ const handleSubmit = async (_type) => {
.then((res) => {
handleResult(res);
});
+ if (_type && _type == 1) {
+ proxy.post("/flowExample/setStartData", { exampleId: route.query.id, startDate: data }).then();
+ }
return;
} else {
proxy