hurx hai 2 semanas
pai
achega
4fd5137965
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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) => {