Commit d44d67a5073f82c69e3653b7b011ce6cc29d14f3
1 parent
e7e37d3a
1.MES增加提示翻译
Showing
1 changed file
with
3 additions
and
1 deletions
src/mes/costomPageFun/index.js
| ... | ... | @@ -1207,8 +1207,10 @@ const mesTableChange3 = (props, tableName) => { |
| 1207 | 1207 | |
| 1208 | 1208 | const handleGetRefreshStatus = props => { |
| 1209 | 1209 | const { refreshTableListCount = 0 } = props; |
| 1210 | + | |
| 1211 | + const loadFirst = commonFunc.showLocalMessage(props, 'loadFirst', '请先等待页面初始化加载完成 '); | |
| 1210 | 1212 | if (!refreshTableListCount) { |
| 1211 | - message.warning("请先等待页面初始化加载完成!"); | |
| 1213 | + message.warning(loadFirst); | |
| 1212 | 1214 | return true; |
| 1213 | 1215 | } else { |
| 1214 | 1216 | return false; | ... | ... |