From 5c6f0022bd4227d64f846ea16741f8463b5e4286 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期五, 27 二月 2026 18:31:47 +0800
Subject: [PATCH] 小程序   接口开发

---
 admin/src/components/business/OperaOrderRefundWindow.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/admin/src/components/business/OperaOrderRefundWindow.vue b/admin/src/components/business/OperaOrderRefundWindow.vue
index 4baebbc..d8b2cd4 100644
--- a/admin/src/components/business/OperaOrderRefundWindow.vue
+++ b/admin/src/components/business/OperaOrderRefundWindow.vue
@@ -178,7 +178,7 @@
           .then(() => {
             this.isWorking = true
             this.api.orderRefund({
-              orderId: this.form.id,
+              orderId: this.form.orderId,
               money: this.form.money,
               returnShopIntegralStatus: this.form.returnShopIntegralStatus ? 1 : 0,
               returnIntegralStatus: this.form.returnIntegralStatus ? 1 : 0,

--
Gitblit v1.9.3