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