From 0190e97b4ddc5ccb68cc8cab0d70aefca0421aff Mon Sep 17 00:00:00 2001 From: wyx Date: Sat, 7 Jan 2023 15:26:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=A2=9E=E5=8A=A0=E8=80=83=E8=AF=95?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E4=BC=A0=E5=8F=82?= 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, 4 insertions(+) diff --git a/src/components/drawers/project/ProjectExamManage.vue b/src/components/drawers/project/ProjectExamManage.vue index c7b10a0d..a198f07b 100644 --- a/src/components/drawers/project/ProjectExamManage.vue +++ b/src/components/drawers/project/ProjectExamManage.vue @@ -352,6 +352,7 @@ export default { "pageNo": state.currentPage, "pageSize": state.pageSize, "studentName": state.name, + "status": state.projectName, "targetId": props.datasource.projectId, "taskId": props.datasource.courseId, "type": 1 @@ -361,6 +362,7 @@ export default { "pageNo": state.currentPage, "pageSize": state.pageSize, "studentName": state.name, + "status": state.projectName, "targetId": props.datasource.projectId, "taskId": props.datasource.courseId, "type": 1 diff --git a/src/components/drawers/router/RouterExaminationManage.vue b/src/components/drawers/router/RouterExaminationManage.vue index f6425cd5..f8ed97ae 100644 --- a/src/components/drawers/router/RouterExaminationManage.vue +++ b/src/components/drawers/router/RouterExaminationManage.vue @@ -371,6 +371,7 @@ "pageNo": state.currentPage, "pageSize": state.pageSize, "studentName": state.name, + "status": state.projectName, "targetId": props.datasource.routerId, "taskId": props.datasource.courseId, "type": 1 @@ -380,6 +381,7 @@ "pageNo": state.currentPage, "pageSize": state.pageSize, "studentName": state.name, + "status": state.projectName, "targetId": props.datasource.routerId, "taskId": props.datasource.courseId, "type": 1