cz 1 anno fa
parent
commit
cfbd629e00
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/process/processApproval/index.vue

+ 1 - 1
src/views/process/processApproval/index.vue

@@ -354,7 +354,7 @@ const handleSubmit = async (_type) => {
               proxy
                 .post("/flowExample/setStartData", {
                   exampleId: route.query.id,
-                  startDate: data,
+                  startData: data,
                 })
                 .then();
             }