diff --git a/src/views/moneyManage/financialAccount/cashFlow.vue b/src/views/moneyManage/financialAccount/cashFlow.vue index 441844c..ccf7084 100644 --- a/src/views/moneyManage/financialAccount/cashFlow.vue +++ b/src/views/moneyManage/financialAccount/cashFlow.vue @@ -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 () => {
{{ t('common_add.payCurrency') }} - +
{{ t('common_add.payAmount') }}