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); }} >