Commit 442437d7980d32acfcd535a76bf976f6a29fcec8
1 parent
df860398
去掉备注弹窗;
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/Common/CommonComponent/index.js
| @@ -2931,7 +2931,7 @@ export default class CommonComponent extends Component { | @@ -2931,7 +2931,7 @@ export default class CommonComponent extends Component { | ||
| 2931 | {imgBox1} | 2931 | {imgBox1} |
| 2932 | </div>); | 2932 | </div>); |
| 2933 | } | 2933 | } |
| 2934 | - } else if (this.props.name === 'master' && !this.props.enabled && commonUtils.isNotEmptyObject(sName) && sName.indexOf('sMemo') > -1) { /* 所有备注非编辑状态下点击链接可以弹出备注窗体 */ | 2934 | + } else if (false && this.props.name === 'master' && !this.props.enabled && commonUtils.isNotEmptyObject(sName) && sName.indexOf('sMemo') > -1) { /* 所有备注非编辑状态下点击链接可以弹出备注窗体 */ |
| 2935 | imgBox = ( | 2935 | imgBox = ( |
| 2936 | <div | 2936 | <div |
| 2937 | className={`sActiveIdStyle sActiveIdStyle-${this.props.showConfig.sName} masterMemo`} | 2937 | className={`sActiveIdStyle sActiveIdStyle-${this.props.showConfig.sName} masterMemo`} |