From e92fdf1b69d9dcb71ac3ecfe40c15506774ccd1b Mon Sep 17 00:00:00 2001 From: wyx Date: Sun, 19 Feb 2023 11:59:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=B3=BB=E7=BB=9F=E5=A4=96=E9=83=A8?= =?UTF-8?q?=E8=80=83=E8=AF=95=E5=8C=BA=E5=88=86=EF=BC=8C=E5=A4=96=E9=83=A8?= =?UTF-8?q?=E8=80=83=E8=AF=95=E7=AE=A1=E7=90=86=E5=AD=A6=E5=91=98=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E6=9F=A5=E8=AF=A2=E5=8F=82=E6=95=B0=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../drawers/project/ProjectExternalExamManage.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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)