提交 cdaaffa4 authored 作者: 钟是志's avatar 钟是志

删除垃圾代码

上级 b8b3afb2
...@@ -249,7 +249,7 @@ export default class AffairPage extends React.Component { ...@@ -249,7 +249,7 @@ export default class AffairPage extends React.Component {
name='applyIframe' name='applyIframe'
marginWidth="0" marginWidth="0"
marginHeight="0" marginHeight="0"
allowTransparency="yes" allowtransparency="yes"
seamless seamless
scrolling={'auto'} scrolling={'auto'}
style={{ style={{
......
...@@ -73,7 +73,7 @@ export default class Detail extends Component { ...@@ -73,7 +73,7 @@ export default class Detail extends Component {
marginWidth="0" marginWidth="0"
marginHeight="0" marginHeight="0"
onLoad={this.showAll} onLoad={this.showAll}
allowTransparency="yes" allowtransparency="yes"
seamless seamless
scrolling={'no'} scrolling={'no'}
style={{ style={{
......
...@@ -90,7 +90,7 @@ export default class Detail extends Component { ...@@ -90,7 +90,7 @@ export default class Detail extends Component {
marginWidth="0" marginWidth="0"
marginHeight="0" marginHeight="0"
onLoad={this.showAll} onLoad={this.showAll}
allowTransparency="yes" allowtransparency="yes"
seamless seamless
scrolling={'no'} scrolling={'no'}
style={{ style={{
......
...@@ -435,7 +435,6 @@ export default class ZdyTable extends Component { ...@@ -435,7 +435,6 @@ export default class ZdyTable extends Component {
} }
try { try {
debugger;
const val = postData; const val = postData;
/** /**
* 数据源不同进行以下区别处理 * 数据源不同进行以下区别处理
......
...@@ -3063,7 +3063,6 @@ export default class tableCom extends Component { ...@@ -3063,7 +3063,6 @@ export default class tableCom extends Component {
} }
break; break;
case 'RichText': case 'RichText':
//debugger;
cm = getFieldDecorator(dataColumn.base52, { cm = getFieldDecorator(dataColumn.base52, {
initialValue: initValue, initialValue: initValue,
rules: rules:
......
...@@ -256,7 +256,6 @@ export default class ViewPrint extends Component { ...@@ -256,7 +256,6 @@ export default class ViewPrint extends Component {
name={'打印设备选择'} name={'打印设备选择'}
handleClick={() => { handleClick={() => {
window.LODOP.SELECT_PRINTER(); window.LODOP.SELECT_PRINTER();
//debugger;
this.setState({ this.setState({
preaparePrint: true, preaparePrint: true,
}); });
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论