From 6a00d1128823ca734c0cf7b6f72f073b86c28805 Mon Sep 17 00:00:00 2001 From: yuping <82253452@qq.com> Date: Thu, 9 Mar 2023 15:04:59 +0800 Subject: [PATCH] =?UTF-8?q?--=20fix=20=E5=AF=BC=E5=87=BAbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/drawers/router/RouterCommonManage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/drawers/router/RouterCommonManage.vue b/src/components/drawers/router/RouterCommonManage.vue index 7c7e2889..c5821df4 100644 --- a/src/components/drawers/router/RouterCommonManage.vue +++ b/src/components/drawers/router/RouterCommonManage.vue @@ -515,7 +515,7 @@ export default { }else if(props.datasource.type==11){ {/* 评估导出 */} window.open(`${process.env.VUE_APP_BASE_API}/admin/assessment/manage/exportAssessmentMessage?chapterId=${props.datasource.chapterId}&type=${2}&pid=${props.datasource.routerId}&courseId=${props.datasource.courseId}&taskId=${props.datasource.id}&taskType=${props.datasource.type}`) - }else if(props.datasource.type==9){ + }else if(props.datasource.type==8){ {/* 讨论 */} window.open(`${process.env.VUE_APP_BASE_API}/admin/student/exportDiscussStudent?currentStageId=${props.datasource.chapterId}&type=${2}&pid=${props.datasource.routerId}&taskId=${props.datasource.id}&taskType=${props.datasource.type}`) }else{