From 4a5cd548979085fef8261ec3c076a3408be9980b Mon Sep 17 00:00:00 2001 From: ZhangYong Date: Fri, 10 Apr 2026 14:44:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=9A=E7=BB=A9=E8=B0=83=E6=95=B4=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E8=AF=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/moneyManage/financialAccount/performanceAttribution.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/moneyManage/financialAccount/performanceAttribution.vue b/src/views/moneyManage/financialAccount/performanceAttribution.vue index f3aff8e..e2c245e 100644 --- a/src/views/moneyManage/financialAccount/performanceAttribution.vue +++ b/src/views/moneyManage/financialAccount/performanceAttribution.vue @@ -378,7 +378,7 @@ const submitAdjustment = async () => { console.log('提交的封装数据:', JSON.stringify(payload, null, 2)) await adjustment(payload) - ElMessage.success(t('common.submitSuccess')) + ElMessage.success(t('elmessage.submitSuccess')) adjustVisible.value = false fetchData() }