|
@@ -37,7 +37,8 @@ export default {
|
|
|
},
|
|
|
*fetchCampusExcel({ payload }, { call }) {
|
|
|
|
|
|
-
|
|
|
+ const res = yield call(downloadCampusExcel, payload);
|
|
|
+ console.log(' return blob Object res', res);
|
|
|
},
|
|
|
*fetchTerminalsList({ payload }, { call, put }) {
|
|
|
const response = yield call(queryTerminalsList, payload);
|