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