From b99485cdd2b42a7d6696e7f1cc4c2e9e422d156f Mon Sep 17 00:00:00 2001 From: yuping <82253452@qq.com> Date: Thu, 9 Mar 2023 13:20:02 +0800 Subject: [PATCH 1/7] =?UTF-8?q?--=20fix=20=E5=9C=A8=E7=BA=BF=E8=AF=BE?= =?UTF-8?q?=E9=87=8D=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/useCommon.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/utils/useCommon.js b/src/utils/useCommon.js index 4773b3f3..00bf04c0 100644 --- a/src/utils/useCommon.js +++ b/src/utils/useCommon.js @@ -69,9 +69,6 @@ export function useAsyncStu(id, type, func) { }); onMounted(() => { - console.log(22222222); - console.log(id); - console.log(type); id && type && start(); }); return { loading, start }; From 686ea06697357355506bde1207ebff6779cab92d Mon Sep 17 00:00:00 2001 From: yuping <82253452@qq.com> Date: Thu, 9 Mar 2023 13:21:28 +0800 Subject: [PATCH 2/7] =?UTF-8?q?--=20fix=20=E5=9C=A8=E7=BA=BF=E8=AF=BE?= =?UTF-8?q?=E9=87=8D=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/useCommon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/useCommon.js b/src/utils/useCommon.js index 00bf04c0..8317af46 100644 --- a/src/utils/useCommon.js +++ b/src/utils/useCommon.js @@ -63,7 +63,7 @@ export function useAsyncStu(id, type, func) { loading.value && dialog({ duration: 3500, cancel: false, - content: "您选择的学员正在添加中,请耐心等待,进行其他操作不影响此次添加" + content: "您所在项目有学员正在添加中,请耐心等待,进行其他操作不影响此次添加" }); loading.value || (func && func()); }); From dc4f18e73e25fa5be9c57faaf91cfd3e7bc09dc9 Mon Sep 17 00:00:00 2001 From: wyx <51903@qq.com> Date: Thu, 9 Mar 2023 14:23:04 +0800 Subject: [PATCH 3/7] style --- src/components/drawers/ViewAssess.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/drawers/ViewAssess.vue b/src/components/drawers/ViewAssess.vue index 47eb991c..810ff844 100644 --- a/src/components/drawers/ViewAssess.vue +++ b/src/components/drawers/ViewAssess.vue @@ -378,6 +378,7 @@ export default { position: absolute; bottom: 0; left: 0; + background-color: #fff; display: flex; align-items: center; justify-content: center; From f29396e34c7230439b712ec4a0188bfd55e26574 Mon Sep 17 00:00:00 2001 From: yuping <82253452@qq.com> Date: Thu, 9 Mar 2023 15:04:11 +0800 Subject: [PATCH 4/7] =?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 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/drawers/router/RouterCommonManage.vue b/src/components/drawers/router/RouterCommonManage.vue index 691550ec..7c7e2889 100644 --- a/src/components/drawers/router/RouterCommonManage.vue +++ b/src/components/drawers/router/RouterCommonManage.vue @@ -515,8 +515,11 @@ 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{ + }else if(props.datasource.type==9){ + {/* 讨论 */} 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{ + window.open(`${process.env.VUE_APP_BASE_API}/admin/student/exportTaskStudent?currentStageId=${props.datasource.chapterId}&type=${2}&pid=${props.datasource.routerId}&taskId=${props.datasource.id}&taskType=${props.datasource.type}`) } } 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 5/7] =?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{ From fb8d1aab0b9234e2dfab0facc9033568d2fb5f65 Mon Sep 17 00:00:00 2001 From: wyx <51903@qq.com> Date: Thu, 9 Mar 2023 15:29:37 +0800 Subject: [PATCH 6/7] style --- src/components/drawers/CheckAnsware.vue | 1 + src/views/projectcenter/ProjectManage.vue | 16 ++++++++-------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/src/components/drawers/CheckAnsware.vue b/src/components/drawers/CheckAnsware.vue index cdd8b6e4..4c77c7b4 100644 --- a/src/components/drawers/CheckAnsware.vue +++ b/src/components/drawers/CheckAnsware.vue @@ -163,6 +163,7 @@ export default {