From 5c84db4d0f804019caef8777084f14c1b7b99498 Mon Sep 17 00:00:00 2001 From: ZhangYong Date: Sat, 11 Apr 2026 16:01:52 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=80=E6=AC=BE=E5=B1=95=E7=A4=BA=E5=B8=81?= =?UTF-8?q?=E7=A7=8D=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/moneyManage/financialAccount/cashFlow.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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') }}