Эх сурвалжийг харах

流程退回后再次发起,重新赋值提交数据

lxf 1 жил өмнө
parent
commit
a136684d1d

+ 3 - 0
src/views/process/processApproval/index.vue

@@ -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