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

删除 console.log

上级 7f49d813
...@@ -287,7 +287,6 @@ class FormList extends React.Component { ...@@ -287,7 +287,6 @@ class FormList extends React.Component {
const { dispatch } = this.props; const { dispatch } = this.props;
window.addEventListener('resize', this.resize); window.addEventListener('resize', this.resize);
// console.log('componentDidMount');
if (this.props.objCode) { if (this.props.objCode) {
const { dispatch, objCode, sql } = this.props; const { dispatch, objCode, sql } = this.props;
...@@ -387,11 +386,9 @@ class FormList extends React.Component { ...@@ -387,11 +386,9 @@ class FormList extends React.Component {
} }
if (nextProps.value.getPage) { if (nextProps.value.getPage) {
console.log('390');
this.getPage(params, null, nextProps.value.getPage); this.getPage(params, null, nextProps.value.getPage);
} else { } else {
if (this.state.objId) { if (this.state.objId) {
console.log('394');
this.getPage(params); this.getPage(params);
} }
} }
...@@ -1270,7 +1267,6 @@ class FormList extends React.Component { ...@@ -1270,7 +1267,6 @@ class FormList extends React.Component {
this.columns.push(column); this.columns.push(column);
} }
} }
// console.log(this.columns);
if (this.columns) { if (this.columns) {
/** /**
* 计算总长度 * 计算总长度
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论