|
@@ -27,11 +27,11 @@ export default class CampusAccountsPage extends Component {
|
|
|
}
|
|
|
|
|
|
handleDownloadOperation = () => {
|
|
|
- window.open('/api/stmt/campus/export');
|
|
|
- // this.props.dispatch({
|
|
|
- // type: 'accounts/fetchCampusExcel',
|
|
|
- // payload: 'download',
|
|
|
- // })
|
|
|
+ //window.open('/api/stmt/campus/export');
|
|
|
+ this.props.dispatch({
|
|
|
+ type: 'accounts/fetchCampusExcel',
|
|
|
+ payload: 'download',
|
|
|
+ })
|
|
|
};
|
|
|
handleFilterOperation = (params, states) => {
|
|
|
this.setState({
|