diff --git a/src/components/drawers/project/ProjectExternalExamManage.vue b/src/components/drawers/project/ProjectExternalExamManage.vue index dde5557c..151ec439 100644 --- a/src/components/drawers/project/ProjectExternalExamManage.vue +++ b/src/components/drawers/project/ProjectExternalExamManage.vue @@ -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)