Browse Source

date改为data

cz 1 year ago
parent
commit
cfbd629e00
1 changed files with 1 additions and 1 deletions
  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();
             }