From 63e8972bf215e327a0b12c3eae2e734052f757c7 Mon Sep 17 00:00:00 2001 From: pengm <674192343@qq.com> Date: Sun, 28 Sep 2025 09:08:27 +0800 Subject: [PATCH] 1.补充提交 --- src/components/Common/CommonComponent/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Common/CommonComponent/index.js b/src/components/Common/CommonComponent/index.js index 4eb3e60..acdb1f1 100644 --- a/src/components/Common/CommonComponent/index.js +++ b/src/components/Common/CommonComponent/index.js @@ -3128,7 +3128,7 @@ export default class CommonComponent extends Component { const readonlyStyle = showConfig.bReadonly || showConfig.iTag === 1 ? 'readonlyStyle' : ''; const costomStyle = showConfig.costomStyle || ''; - const Qualitylabel = commonFunc.showLocalMessage(props, 'Qualitylabel', '质量标识'); + const Qualitylabel = commonFunc.showLocalMessage(this.props, 'Qualitylabel', '质量标识'); const { bNotEmpty } = showConfig; let oPreDot = ''; -- libgit2 0.22.2