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 = '';