From 3dcb678db38a879cd809f9c2509858888a254f2b Mon Sep 17 00:00:00 2001 From: chenxt <10125295+chen-xintao97@user.noreply.gitee.com> Date: Thu, 22 Jan 2026 11:36:57 +0800 Subject: [PATCH] 清空缓存中英文 --- src/mes/indexMes/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mes/indexMes/index.js b/src/mes/indexMes/index.js index 3d28bab..88603ac 100644 --- a/src/mes/indexMes/index.js +++ b/src/mes/indexMes/index.js @@ -993,6 +993,7 @@ const SystemFunComponent = () => { const switchToManual = commonFunc.showLocalMessage(props, 'switchToManual', '切换手动'); const SwitchAuto = commonFunc.showLocalMessage(props, 'SwitchAuto', '切换自动'); const ClearCache = commonFunc.showLocalMessage(props, 'ClearCache', '清空缓存'); + const sSuccess = commonFunc.showLocalMessage(props, 'sSuccess', '成功'); const { bPlcSd } = userinfo; @@ -1059,7 +1060,7 @@ const SystemFunComponent = () => { className="restDailyReport" onClick={() => { setTimeout(() => { - message.success('清除缓存成功!'); + message.success( ClearCache + sSuccess + '!'); }, 1000); }} > -- libgit2 0.22.2