|
|
|
@ -613,6 +613,7 @@ const handleOther=async ()=>{ |
|
|
|
ElMessage.success(t('elmessage.submitSuccess')); |
|
|
|
otherFormRef.value?.resetFields?.(); |
|
|
|
showAddDetail.value = false; |
|
|
|
fetchData() |
|
|
|
} |
|
|
|
} catch (error) { |
|
|
|
console.log('校验失败', error); |
|
|
|
@ -661,6 +662,7 @@ const handleIpay88 =async () =>{ |
|
|
|
ElMessage.success(t('elmessage.submitSuccess')); |
|
|
|
ipay88FormRef.value?.resetFields?.(); |
|
|
|
showAddDetail.value = false; |
|
|
|
fetchData() |
|
|
|
} |
|
|
|
} catch (error) { |
|
|
|
console.log('校验失败', error); |
|
|
|
@ -1103,7 +1105,7 @@ onMounted(async () => { |
|
|
|
</div> |
|
|
|
<div class="add-item"> |
|
|
|
<el-text style="width:4vw;">{{ t('common_add.payCurrency') }}</el-text> |
|
|
|
<el-input v-model="refundFormData.paymentCurrency" style="width:10vw;" disabled /> |
|
|
|
<el-input v-model="refundFormData.paymentCurrencyName" style="width:10vw;" disabled /> |
|
|
|
</div> |
|
|
|
<div class="add-item"> |
|
|
|
<el-text style="width:4vw;">{{ t('common_add.payAmount') }}</el-text> |
|
|
|
|