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) => {