mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-08 02:16:45 +08:00
Merge remote-tracking branch 'yx/250605-added-yzt'
This commit is contained in:
@@ -469,11 +469,11 @@
|
|||||||
data.dataSource = res.data.records || [];
|
data.dataSource = res.data.records || [];
|
||||||
data.total = res.data.total;
|
data.total = res.data.total;
|
||||||
}else if(props.reportType=='offcourse' && props.secondReportType=='teacher'){
|
}else if(props.reportType=='offcourse' && props.secondReportType=='teacher'){
|
||||||
const res = await api.offCourseTeacherReportList({page: data.pageNo,size: data.pageSize,offCourseId: props.currentId});
|
const res = await api.offCourseTeacherReportList({page: data.pageNo,size: data.pageSize,offCoursePlanId: props.currentId});
|
||||||
data.dataSource = res.data.records || [];
|
data.dataSource = res.data.records || [];
|
||||||
data.total = res.data.total;
|
data.total = res.data.total;
|
||||||
}else if(props.reportType=='offcourse' && props.secondReportType=='student'){
|
}else if(props.reportType=='offcourse' && props.secondReportType=='student'){
|
||||||
const res = await api.offCourseStudentReportList({page: data.pageNo,size: data.pageSize,offCourseId: props.currentId});
|
const res = await api.offCourseStudentReportList({page: data.pageNo,size: data.pageSize,offCoursePlanId: props.currentId});
|
||||||
data.dataSource = res.data.records || [];
|
data.dataSource = res.data.records || [];
|
||||||
data.total = res.data.total;
|
data.total = res.data.total;
|
||||||
}else if(props.reportType=='online' && props.secondReportType=='content'){
|
}else if(props.reportType=='online' && props.secondReportType=='content'){
|
||||||
|
|||||||
Reference in New Issue
Block a user