diff --git a/src/mes/costomPageFun/index.js b/src/mes/costomPageFun/index.js index 07517a2..1f22c96 100644 --- a/src/mes/costomPageFun/index.js +++ b/src/mes/costomPageFun/index.js @@ -1207,8 +1207,10 @@ const mesTableChange3 = (props, tableName) => { const handleGetRefreshStatus = props => { const { refreshTableListCount = 0 } = props; + + const loadFirst = commonFunc.showLocalMessage(props, 'loadFirst', '请先等待页面初始化加载完成 '); if (!refreshTableListCount) { - message.warning("请先等待页面初始化加载完成!"); + message.warning(loadFirst); return true; } else { return false;