提交 1a31e8ed authored 作者: 徐立's avatar 徐立

清除console

上级 eabebd02
......@@ -278,7 +278,6 @@ class FormList extends React.Component {
if(objCode==1||objCode=="1"){
this.initColumn();
}else{
console.log('!!!!!!')
dispatch({
type: 'DataObj/findByCode',
payload: { objCode:this.props.objCode },
......@@ -858,7 +857,6 @@ class FormList extends React.Component {
render() {
const { modalVisible, selectedRows, querys,tableWidth,rights ,data,isReady} = this.state;
console.log(this.state,this.props,isReady,this.columns)
if(!isReady){
return <div style={{width:20,margin:"auto"}}><Spin/></div>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论