fix:系统外部考试区分,外部考试管理学员列表查询参数修改

This commit is contained in:
wyx
2023-02-19 11:59:17 +08:00
parent f2c54e57ca
commit e92fdf1b69

View File

@@ -155,6 +155,10 @@
return {};
},
},
outchapter: {
type: Number,
default: null,
},
},
setup(props, ctx) {
@@ -371,13 +375,13 @@
function getData() {
state.loadingData = true;
api.QueryExternalExamManageDetail({
chapterId: props.datasource.stageId,
chapterId: props.outchapter,
pageNo: state.currentPage,
pageSize: state.pageSize,
status: state.projectName,
studentName: state.name,
targetId: props.datasource.projectId,
taskId: props.datasource.projectTaskId,
taskId: props.datasource.courseId,
type: 2,
}).then(res=>{
console.log(res)