lxf 2 년 전
부모
커밋
fb63aec00d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/process/processApproval/index.vue

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

@@ -338,7 +338,7 @@ const handleSubmit = async (_type) => {
               };
             });
           }
-          if (route.query.processType == 10) {
+          if (route.query.processType == 10 || route.query.processType == 30) {
             proxy
               .post("/flowProcess/jump", {
                 ...flowForm,