|
|
@ -302,9 +302,9 @@ const editForm = ref({ |
|
|
const getRefund = async function () { |
|
|
const getRefund = async function () { |
|
|
try { |
|
|
try { |
|
|
const statusesParam = [40, 41] // 默认:看不到进度没到这里的 |
|
|
const statusesParam = [40, 41] // 默认:看不到进度没到这里的 |
|
|
if (searchForm.value.statuses === '待处理') { |
|
|
|
|
|
|
|
|
if (searchForm.value.statuses === t('cash.pending')) { |
|
|
statusesParam.value = [40] |
|
|
statusesParam.value = [40] |
|
|
} else if (searchForm.value.statuses === '退款成功') { |
|
|
|
|
|
|
|
|
} else if (searchForm.value.statuses === t('cash.refundSuccess')) { |
|
|
statusesParam.value = [41] |
|
|
statusesParam.value = [41] |
|
|
} else { |
|
|
} else { |
|
|
statusesParam.value = [40, 41] |
|
|
statusesParam.value = [40, 41] |
|
|
|