Commit 442437d7980d32acfcd535a76bf976f6a29fcec8

Authored by zhangz
1 parent df860398

去掉备注弹窗;

src/components/Common/CommonComponent/index.js
... ... @@ -2931,7 +2931,7 @@ export default class CommonComponent extends Component {
2931 2931 {imgBox1}
2932 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 2935 imgBox = (
2936 2936 <div
2937 2937 className={`sActiveIdStyle sActiveIdStyle-${this.props.showConfig.sName} masterMemo`}
... ...