Explorar o código

跳转流程发起页面增加随机字符

lxf hai 1 ano
pai
achega
c6d0fd982e

+ 1 - 0
src/views/finance/fundManage/funds/index.vue

@@ -392,6 +392,7 @@ const openModal = () => {
     path: "/platform_manage/process/processApproval",
     query: {
       flowKey: "account_request_funds_flow",
+      random: proxy.random(),
       flowName,
     },
   });

+ 1 - 0
src/views/purchaseManage/purchaseManage/alreadyPurchase/index.vue

@@ -497,6 +497,7 @@ const start = () => {
       flowKey: "purchase_flow",
       ids: "",
       flowName: "采购申请",
+      random: proxy.random(),
     },
   });
 };

+ 1 - 0
src/views/purchaseManage/purchaseManage/handoverSlip/index.vue

@@ -294,6 +294,7 @@ const start = () => {
       query: {
         flowKey: "purchase_flow",
         type: "handoverSlip",
+        random: proxy.random(),
         ids,
       },
     });

+ 1 - 0
src/views/purchaseManage/purchaseManage/returnGoods/index.vue

@@ -460,6 +460,7 @@ const start = () => {
     path: "/platform_manage/process/processApproval",
     query: {
       flowKey: "sales_return_flow",
+      random: proxy.random(),
     },
   });
 };

+ 1 - 0
src/views/purchaseManage/purchaseManage/subscribe/index.vue

@@ -395,6 +395,7 @@ const openModal = () => {
     path: "/platform_manage/process/processApproval",
     query: {
       flowKey: "subscribe_flow",
+      random: proxy.random(),
     },
   });
 };

+ 1 - 0
src/views/purchaseManage/purchasePayment/payment/index.vue

@@ -410,6 +410,7 @@ const purchasePayment = () => {
     query: {
       flowKey: "pay_flow",
       flowName: "采购付款申请",
+      random: proxy.random(),
     },
   });
 };

+ 1 - 0
src/views/purchaseManage/purchasePayment/refund/index.vue

@@ -245,6 +245,7 @@ const applyForRefund = () => {
     query: {
       flowKey: "refund_flow",
       flowName: "退款申请",
+      random: proxy.random(),
     },
   });
 };