|
@@ -15,7 +15,7 @@
|
|
|
import { formatToDateTime } from '/@/utils/dateUtil';
|
|
|
|
|
|
import {
|
|
|
- postLedgerStatisticsTeacherOvertimeExportQuery,
|
|
|
+ postLedgerStatisticsTeacherListenExportQuery,
|
|
|
getLedgerStatisticsTeacherListenPage,
|
|
|
} from '/@/services/apis/LedgerStatisticsController';
|
|
|
|
|
@@ -92,7 +92,7 @@
|
|
|
|
|
|
const handelExport = async () => {
|
|
|
const postData = getForm().getFieldsValue();
|
|
|
- const data = await postLedgerStatisticsTeacherOvertimeExportQuery(postData);
|
|
|
+ const data = await postLedgerStatisticsTeacherListenExportQuery(postData);
|
|
|
downloadByData(data.data, `教师听课统计${formatToDateTime(new Date(), 'YYYYMMDDHHmmss')}.xlsx`);
|
|
|
};
|
|
|
</script>
|