From d44d67a5073f82c69e3653b7b011ce6cc29d14f3 Mon Sep 17 00:00:00 2001 From: pengm <674192343@qq.com> Date: Fri, 19 Sep 2025 15:50:09 +0800 Subject: [PATCH] 1.MES增加提示翻译 --- src/mes/costomPageFun/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; -- libgit2 0.22.2