Commit 3dcb678db38a879cd809f9c2509858888a254f2b

Authored by chenxt
1 parent 79ff8866

清空缓存中英文

Showing 1 changed file with 2 additions and 1 deletions
src/mes/indexMes/index.js
@@ -993,6 +993,7 @@ const SystemFunComponent = () => { @@ -993,6 +993,7 @@ const SystemFunComponent = () => {
993 const switchToManual = commonFunc.showLocalMessage(props, 'switchToManual', '切换手动'); 993 const switchToManual = commonFunc.showLocalMessage(props, 'switchToManual', '切换手动');
994 const SwitchAuto = commonFunc.showLocalMessage(props, 'SwitchAuto', '切换自动'); 994 const SwitchAuto = commonFunc.showLocalMessage(props, 'SwitchAuto', '切换自动');
995 const ClearCache = commonFunc.showLocalMessage(props, 'ClearCache', '清空缓存'); 995 const ClearCache = commonFunc.showLocalMessage(props, 'ClearCache', '清空缓存');
  996 + const sSuccess = commonFunc.showLocalMessage(props, 'sSuccess', '成功');
996 997
997 998
998 const { bPlcSd } = userinfo; 999 const { bPlcSd } = userinfo;
@@ -1059,7 +1060,7 @@ const SystemFunComponent = () => { @@ -1059,7 +1060,7 @@ const SystemFunComponent = () => {
1059 className="restDailyReport" 1060 className="restDailyReport"
1060 onClick={() => { 1061 onClick={() => {
1061 setTimeout(() => { 1062 setTimeout(() => {
1062 - message.success('清除缓存成功!'); 1063 + message.success( ClearCache + sSuccess + '!');
1063 }, 1000); 1064 }, 1000);
1064 }} 1065 }}
1065 > 1066 >