master #17

Merged
shiran merged 2 commits from master into deploy 2026-01-06 21:58:15 +08:00
Showing only changes of commit 1655d86f6b - Show all commits
+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