From 1a0ddbc6601ccc7d29c7785cb145e15b7e7e552a Mon Sep 17 00:00:00 2001 From: quhongwei <1632078442@qq.com> Date: Tue, 28 Feb 2023 00:44:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=80=83=E8=AF=95=E7=AE=A1?= =?UTF-8?q?=E7=90=86type=E4=BC=A0=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/drawers/project/ProjectExamManage.vue | 2 +- src/components/drawers/router/RouterExaminationManage.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 => {