|
@@ -1,9 +1,8 @@
|
|
|
|
|
|
-
|
|
|
+import { stringify } from 'qs';
|
|
|
import {
|
|
|
queryCampusList,
|
|
|
queryTerminalsList,
|
|
|
- downloadTerminalsExcel,
|
|
|
queryCampusAmount,
|
|
|
queryTotalList,
|
|
|
|
|
@@ -56,7 +55,7 @@ export default {
|
|
|
*fetchTerminalsExcel({ payload }, { call }) {
|
|
|
window.open(`/api/stmt/campus/export?${stringify(payload)}`);
|
|
|
},
|
|
|
-
|
|
|
+
|
|
|
*fetchCampusAmount({ payload }, { call, put }) {
|
|
|
const response = yield call(queryCampusAmount, payload);
|
|
|
if (response.success) {
|