Authored by 于良

删除log review by 盖剑秋

... ... @@ -220,7 +220,7 @@ export default class Product extends Component {
editing,
currentTab,
} = this.props.data;
console.log(this.props.data.toJS());
let dataArray = [];
let isLoading = false;
let showList = (commonProduct.get('productList').size && !commonProduct.get('isFetching')) || (globalProduct.get('productList').size && !commonProduct.get('isFetching'));
... ...