fix:修改退款对接参数
This commit is contained in:
@@ -515,7 +515,7 @@ const handleRecordCurrentChange = () => {
|
|||||||
const handleRefund = (row) => {
|
const handleRefund = (row) => {
|
||||||
Object.assign(refundForm, {
|
Object.assign(refundForm, {
|
||||||
history_id: row.Id,
|
history_id: row.Id,
|
||||||
order_id: String(row.PaymentOrderId) || 0,
|
order_id: String(row.OrderId) || 0,
|
||||||
bandwidth: false
|
bandwidth: false
|
||||||
})
|
})
|
||||||
refundDialogVisible.value = true
|
refundDialogVisible.value = true
|
||||||
|
|||||||
Reference in New Issue
Block a user