diff --git a/src/components/drawers/project/ProjectExamManage.vue b/src/components/drawers/project/ProjectExamManage.vue index e13aa8cc..68a7ea51 100644 --- a/src/components/drawers/project/ProjectExamManage.vue +++ b/src/components/drawers/project/ProjectExamManage.vue @@ -398,7 +398,7 @@ export default { pageNo: state.currentPage, pageSize: state.pageSize, chapterId: props.datasource.chapterId, - type: 2, + type: 1, taskId: props.datasource.courseId, targetId: props.datasource.projectId }).then(res=>{ diff --git a/src/components/drawers/router/RouterExaminationManage.vue b/src/components/drawers/router/RouterExaminationManage.vue index a06f8702..33fb498c 100644 --- a/src/components/drawers/router/RouterExaminationManage.vue +++ b/src/components/drawers/router/RouterExaminationManage.vue @@ -399,7 +399,7 @@ export default { pageNo: state.currentPage, pageSize: state.pageSize, chapterId: props.datasource.chapterId, - type: 1, + type: 2, taskId: props.datasource.courseId, targetId: props.datasource.routerId }).then(res => {