fix:修改退款对接参数
Build and Deploy Vue3 / build (push) Successful in 1m19s
Build and Deploy Vue3 / deploy (push) Successful in 1m28s

This commit is contained in:
2026-01-05 15:28:32 +08:00
parent fcebebd216
commit 1655d86f6b
+1 -1
View File
@@ -515,7 +515,7 @@ const handleRecordCurrentChange = () => {
const handleRefund = (row) => {
Object.assign(refundForm, {
history_id: row.Id,
order_id: String(row.PaymentOrderId) || 0,
order_id: String(row.OrderId) || 0,
bandwidth: false
})
refundDialogVisible.value = true