hurx před 2 týdny
rodič
revize
4fd5137965
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/views/order/orderManage/index.vue

+ 1 - 1
src/views/order/orderManage/index.vue

@@ -630,7 +630,7 @@ const handleApplyAfter = (order: any) => {
 };
 
 const handlePayment = (order: any) => {
-  onPath('/payc?id=' + order.orderId);
+  onPath('/payc?id=' + order.id);
 };
 
 const handleAudit = (order: any) => {