Commit d44d67a5073f82c69e3653b7b011ce6cc29d14f3

Authored by Min
1 parent e7e37d3a

1.MES增加提示翻译

src/mes/costomPageFun/index.js
@@ -1207,8 +1207,10 @@ const mesTableChange3 = (props, tableName) => { @@ -1207,8 +1207,10 @@ const mesTableChange3 = (props, tableName) => {
1207 1207
1208 const handleGetRefreshStatus = props => { 1208 const handleGetRefreshStatus = props => {
1209 const { refreshTableListCount = 0 } = props; 1209 const { refreshTableListCount = 0 } = props;
  1210 +
  1211 + const loadFirst = commonFunc.showLocalMessage(props, 'loadFirst', '请先等待页面初始化加载完成 ');
1210 if (!refreshTableListCount) { 1212 if (!refreshTableListCount) {
1211 - message.warning("请先等待页面初始化加载完成!"); 1213 + message.warning(loadFirst);
1212 return true; 1214 return true;
1213 } else { 1215 } else {
1214 return false; 1216 return false;