caipin 5 년 전
부모
커밋
3d08eb0cec
2개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/contact/company/store/actionCreators.js
  2. 1 0
      src/contact/company/store/reducer.js

+ 0 - 2
src/contact/company/store/actionCreators.js

@@ -68,9 +68,7 @@ export const getCompanyLIst = (pagination, props,searchValue) => {
             sort = props.sort;
         }
         //检索
-        console.log(searchValue);
         if(typeof searchValue==='undefined'){
-            console.log('到这里');
             searchValue=props.searchValue;
         }
 

+ 1 - 0
src/contact/company/store/reducer.js

@@ -7,6 +7,7 @@ const defaultState = fromJS({
 	pagination: {
 		current: 1,
 		pageSize: 10,
+		position:['bottomCenter'],
 		showSizeChanger: false
 	},
 	loading: false,