fix: download query bug
parent
c25ea731fd
commit
160846b665
|
@ -70,10 +70,9 @@ export function deleteDemo03StudentList(ids: number[]) {
|
||||||
|
|
||||||
/** 导出学生 */
|
/** 导出学生 */
|
||||||
export function exportDemo03Student(params: any) {
|
export function exportDemo03Student(params: any) {
|
||||||
return requestClient.download(
|
return requestClient.download('/infra/demo03-student-erp/export-excel', {
|
||||||
'/infra/demo03-student-erp/export-excel',
|
|
||||||
params,
|
params,
|
||||||
);
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
// ==================== 子表(学生课程) ====================
|
// ==================== 子表(学生课程) ====================
|
||||||
|
|
|
@ -72,10 +72,9 @@ export function deleteDemo03StudentList(ids: number[]) {
|
||||||
|
|
||||||
/** 导出学生 */
|
/** 导出学生 */
|
||||||
export function exportDemo03Student(params: any) {
|
export function exportDemo03Student(params: any) {
|
||||||
return requestClient.download(
|
return requestClient.download('/infra/demo03-student-inner/export-excel', {
|
||||||
'/infra/demo03-student-inner/export-excel',
|
|
||||||
params,
|
params,
|
||||||
);
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
// ==================== 子表(学生课程) ====================
|
// ==================== 子表(学生课程) ====================
|
||||||
|
|
|
@ -72,10 +72,9 @@ export function deleteDemo03StudentList(ids: number[]) {
|
||||||
|
|
||||||
/** 导出学生 */
|
/** 导出学生 */
|
||||||
export function exportDemo03Student(params: any) {
|
export function exportDemo03Student(params: any) {
|
||||||
return requestClient.download(
|
return requestClient.download('/infra/demo03-student-normal/export-excel', {
|
||||||
'/infra/demo03-student-normal/export-excel',
|
|
||||||
params,
|
params,
|
||||||
);
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
// ==================== 子表(学生课程) ====================
|
// ==================== 子表(学生课程) ====================
|
||||||
|
|
|
@ -70,10 +70,9 @@ export function deleteDemo03StudentList(ids: number[]) {
|
||||||
|
|
||||||
/** 导出学生 */
|
/** 导出学生 */
|
||||||
export function exportDemo03Student(params: any) {
|
export function exportDemo03Student(params: any) {
|
||||||
return requestClient.download(
|
return requestClient.download('/infra/demo03-student-erp/export-excel', {
|
||||||
'/infra/demo03-student-erp/export-excel',
|
|
||||||
params,
|
params,
|
||||||
);
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
// ==================== 子表(学生课程) ====================
|
// ==================== 子表(学生课程) ====================
|
||||||
|
|
|
@ -72,10 +72,9 @@ export function deleteDemo03StudentList(ids: number[]) {
|
||||||
|
|
||||||
/** 导出学生 */
|
/** 导出学生 */
|
||||||
export function exportDemo03Student(params: any) {
|
export function exportDemo03Student(params: any) {
|
||||||
return requestClient.download(
|
return requestClient.download('/infra/demo03-student-inner/export-excel', {
|
||||||
'/infra/demo03-student-inner/export-excel',
|
|
||||||
params,
|
params,
|
||||||
);
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
// ==================== 子表(学生课程) ====================
|
// ==================== 子表(学生课程) ====================
|
||||||
|
|
|
@ -72,10 +72,9 @@ export function deleteDemo03StudentList(ids: number[]) {
|
||||||
|
|
||||||
/** 导出学生 */
|
/** 导出学生 */
|
||||||
export function exportDemo03Student(params: any) {
|
export function exportDemo03Student(params: any) {
|
||||||
return requestClient.download(
|
return requestClient.download('/infra/demo03-student-normal/export-excel', {
|
||||||
'/infra/demo03-student-normal/export-excel',
|
|
||||||
params,
|
params,
|
||||||
);
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
// ==================== 子表(学生课程) ====================
|
// ==================== 子表(学生课程) ====================
|
||||||
|
|
Loading…
Reference in New Issue