This commit is contained in:
zhoutianchi
2026-02-04 14:01:03 +08:00
parent 779b779910
commit 8991931f3a
4 changed files with 42 additions and 12 deletions

View File

@@ -68,7 +68,7 @@ import { ElNotification } from 'element-plus';
import { Download } from '@element-plus/icons-vue';
import global from '/@/components/tools/commondict.vue';
import request from '/@/utils/request';
import { exportTeacherInfoBySelf } from '/@/api/professional/professionalfile';
import { makeExportTeacherInfoBySelfTask } from '/@/api/professional/professionalfile';
// Props
const props = defineProps<{
@@ -224,7 +224,7 @@ const exportTeacherInfo = async () => {
teacherBaseDTO: searchData,
};
exportTeacherInfoBySelf(params).then((res:any)=>{
makeExportTeacherInfoBySelfTask(params).then((res:any)=>{
ElNotification.success({
title: '下载后台进行中',
message: '操作成功'