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