Browse Source

no message

outaozhen 5 years ago
parent
commit
819eaccf12
2 changed files with 0 additions and 3 deletions
  1. 0 1
      src/product/lock_count/index.js
  2. 0 2
      src/product/lock_count/store/actionCreators.js

+ 0 - 1
src/product/lock_count/index.js

@@ -8,7 +8,6 @@ import { actionCreators } from './store';
 class lock_count extends PureComponent {
     render() {
       const { lockCount } = this.props;
-      console.log(lockCount);
         return (
             <div>
                 <StaffHeader />

+ 0 - 2
src/product/lock_count/store/actionCreators.js

@@ -18,9 +18,7 @@ export const getLockcountLIst = () => {
             const data = res.data;
             if(data.code===200){
                 let d2=data.data;
-                console.log('ddd');
                 //dispatch(changeList(JSON.parse(data.list)));
-                console.log(d2);
                 dispatch({
                     type: constants.CHANGE_LOCKCOUNT_DATA,
                     data: fromJS(d2),