From 2efd4797568df4eab2d5983f311d4c9cc5cb8a2e Mon Sep 17 00:00:00 2001 From: yuping <82253452@qq.com> Date: Wed, 8 Mar 2023 13:59:18 +0800 Subject: [PATCH] -- fix --- src/components/drawers/project/ProjectOnlineManage.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/drawers/project/ProjectOnlineManage.vue b/src/components/drawers/project/ProjectOnlineManage.vue index e92e95e2..9da92280 100644 --- a/src/components/drawers/project/ProjectOnlineManage.vue +++ b/src/components/drawers/project/ProjectOnlineManage.vue @@ -499,6 +499,9 @@ export default { }else if(props.datasource.type==11){ {/* 评估导出 */} window.open(`${process.env.VUE_APP_BASE_API}/admin/assessment/manage/exportAssessmentMessage?chapterId=${props.datasource.stageId}&type=${1}&pid=${props.datasource.projectId}&courseId=${props.datasource.courseId}&taskId=${props.datasource.id}&taskType=${props.datasource.type}`) + }else if(props.datasource.type==8){ + {/* 讨论导出 */} + window.open(`${process.env.VUE_APP_BASE_API}/admin/student/exportDiscussStudent?chapterId=${props.datasource.stageId}&type=${1}&pid=${props.datasource.projectId}&courseId=${props.datasource.courseId}&taskId=${props.datasource.id}&taskType=${props.datasource.type}`) }else{ window.open(`${process.env.VUE_APP_BASE_API}/admin/student/exportTaskStudent?currentStageId=${props.datasource.stageId}&type=${1}&pid=${props.datasource.projectId}&taskId=${props.datasource.id}&taskType=${props.datasource.type}`) }