hurx 2 tuần trước cách đây
mục cha
commit
4fd5137965
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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) => {