hurx 2 週間 前
コミット
4fd5137965
1 ファイル変更1 行追加1 行削除
  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) => {