|
@@ -37,7 +37,8 @@ export default {
|
|
},
|
|
},
|
|
*fetchCampusExcel({ payload }, { call }) {
|
|
*fetchCampusExcel({ payload }, { call }) {
|
|
//window.open('http://47.95.197.36:8500/stmt/campus/export');
|
|
//window.open('http://47.95.197.36:8500/stmt/campus/export');
|
|
- // yield call(downloadCampusExcel, payload);
|
|
|
|
|
|
+ const res = yield call(downloadCampusExcel, payload);
|
|
|
|
+ console.log(' return blob Object res', res);
|
|
},
|
|
},
|
|
*fetchTerminalsList({ payload }, { call, put }) {
|
|
*fetchTerminalsList({ payload }, { call, put }) {
|
|
const response = yield call(queryTerminalsList, payload);
|
|
const response = yield call(queryTerminalsList, payload);
|