fix:修改退款对接参数
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user