Browse Source

流程提交完成 跳转页面调整

lxf 1 year ago
parent
commit
7801d5df01
1 changed files with 3 additions and 4 deletions
  1. 3 4
      src/views/process/processApproval/index.vue

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

@@ -352,7 +352,6 @@ const skipPage = () => {
     message: "操作成功!",
     type: "success",
   });
-
   if (flowForm.flowKey == "subscribe_flow") {
     router.replace({
       path: "/purchaseManage/purchaseManage/subscribe",
@@ -384,7 +383,7 @@ const skipPage = () => {
       });
     } else {
       router.replace({
-        path: "/salesMange/saleContract/priceSheet",
+        path: "/ERP/saleContract/priceSheet",
       });
     }
   } else if (flowForm.flowKey == "contract_flow") {
@@ -394,7 +393,7 @@ const skipPage = () => {
       });
     } else {
       router.replace({
-        path: "/salesMange/saleContract/contract",
+        path: "/ERP/saleContract/contract",
       });
     }
   } else if (flowForm.flowKey == "sample_flow") {
@@ -403,7 +402,7 @@ const skipPage = () => {
     });
   } else if (flowForm.flowKey == "service_contract_flow") {
     router.replace({
-      path: "/salesMange/saleContract/serviceContract",
+      path: "/ERP/saleContract/serviceContract",
     });
   } else if (flowForm.flowKey == "wdly_purchase") {
     router.replace({