Kaynağa Gözat

date改为data

cz 1 yıl önce
ebeveyn
işleme
cfbd629e00
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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();
             }