From ac2b57cbe2c3aa0cc2796b6f7cfaddfbba37c712 Mon Sep 17 00:00:00 2001 From: pengm <674192343@qq.com> Date: Thu, 19 Jun 2025 14:01:45 +0800 Subject: [PATCH] 1.修复报错 --- src/components/Common/commonFunc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Common/commonFunc.js b/src/components/Common/commonFunc.js index 40ca12f..d48be0c 100644 --- a/src/components/Common/commonFunc.js +++ b/src/components/Common/commonFunc.js @@ -568,7 +568,7 @@ export function showLocalMessage(props, sName, sChineseName) { let sTitle = ''; if(commonUtils.isNotEmptyObject(props) && commonUtils.isNotEmptyObject(props.app) && commonUtils.isNotEmptyArr(props.app.commonConst)) { const gdsformconst = props.app.commonConst; - sTitle = this.showMessage(gdsformconst, sName) + sTitle = showMessage(gdsformconst, sName) } else { sTitle = sChineseName; } -- libgit2 0.22.2