diff --git a/src/components/Common/CommonComponent/index.js b/src/components/Common/CommonComponent/index.js index 0e3607c..e4028e4 100644 --- a/src/components/Common/CommonComponent/index.js +++ b/src/components/Common/CommonComponent/index.js @@ -3051,9 +3051,10 @@ export default class CommonComponent extends Component { /* 页面输出 */ const className = iColValue === 24 ? 'input24' : iColValue === 18 ? 'input18' : iColValue === 12 ? 'input12' : 'changeClassName'; const mesInputBlue = enabled && !this.props.bNoMesBlue && this.firstDataIndex !== 'b'; + const {bManual = false} = this.props?.app?.userinfo return (