@@ -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;
@@ -7,6 +7,7 @@ const defaultState = fromJS({
pagination: {
current: 1,
pageSize: 10,
+ position:['bottomCenter'],
showSizeChanger: false
},
loading: false,