mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-07 01:46:43 +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.total = res.data.total;
|
||||
}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.total = res.data.total;
|
||||
}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.total = res.data.total;
|
||||
}else if(props.reportType=='online' && props.secondReportType=='content'){
|
||||
|
||||
Reference in New Issue
Block a user