From 722b28d11243172f8ea479bef2ac35d64ac8305b Mon Sep 17 00:00:00 2001 From: lihuilin Date: Fri, 24 Oct 2025 17:36:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 ++-- src/views/moneyManage/refundDetail/refundHeader.vue | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.env.development b/.env.development index 0f38e29..153d3e6 100644 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ -VITE_API_BASE='https://hwjb.homilychart.com/dev/admin' +# VITE_API_BASE='https://hwjb.homilychart.com/dev/admin' # 测试环境 # VITE_API_BASE='http://54.255.212.181:10704/' # 正式环境 @@ -17,4 +17,4 @@ VITE_UPLOAD_URL=http://39.101.133.168:8828/hljw/api/aws/upload # lijianlin # VITE_API_BASE='http://192.168.9.41:8081/' -# VITE_API_BASE='http://localhost:8081/' +VITE_API_BASE='http://localhost:8081/' diff --git a/src/views/moneyManage/refundDetail/refundHeader.vue b/src/views/moneyManage/refundDetail/refundHeader.vue index 2c6fd66..6299919 100644 --- a/src/views/moneyManage/refundDetail/refundHeader.vue +++ b/src/views/moneyManage/refundDetail/refundHeader.vue @@ -520,7 +520,11 @@ const handlePass = async function () { status: 40, headFinance: adminData.value.adminName, auditId: auditRow.value.auditId, - goodsName: auditRow.value.goodsName + goodsName: auditRow.value.goodsName, + permanentGold: auditRow.value.permanentGold, + freeGold: auditRow.value.freeGold, + orderCode: auditRow.value.orderCode, + jwcode: auditRow.value.jwcode } const result = await API({ url: '/Money/finalReview',