From 4d96ad1b2290ce0f21c317698d724a0ad0286e27 Mon Sep 17 00:00:00 2001 From: zhangsir Date: Tue, 25 Jun 2024 23:03:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/study/GrowthPath.vue | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/src/views/study/GrowthPath.vue b/src/views/study/GrowthPath.vue index f5d22c57..2ce528a7 100644 --- a/src/views/study/GrowthPath.vue +++ b/src/views/study/GrowthPath.vue @@ -15,7 +15,7 @@
选修
-
+
全岗位路径图
@@ -196,10 +196,10 @@ 其他路径
-
+ @@ -258,7 +258,7 @@
- +
继续学习之旅
@@ -454,8 +454,8 @@ export default { }, methods: { goLearnPath(item){ - console.log(item,'item') - // window.open(`${process.env.VUE_APP_BOE_WEB_URL}/pc/growthpath?growId=${}&name=${}&isTrue=true&status=0&allPath=${false}`) + console.log(item.growId,'item') + window.open(`${process.env.VUE_APP_BOE_WEB_URL}/pc/growthpath?growId=${item.growId}&name=${item.growName}&isTrue=true&status=0.1&allPath=${true}`) }, integrateTableData(data) { const { growFullPositionPathBoItemList, allBandCodeList } = data; @@ -481,6 +481,7 @@ export default { }); }); const integratedDataArray = Array.from(integratedDataMap.values()); + console.log(integratedDataArray,'integratedDataArray') return integratedDataArray; }, @@ -696,8 +697,9 @@ export default { console.log(item,'在线') this.$router.push("/course/studyindex?id=" + item.targetId); }else if (item.type == 5) { - if(item.examType == 2){ + if(item.examType != 1){ window.open(`${process.env.VUE_APP_BOE_WEB_URL}/fe-student/externalexamination?id=${item.id}&type=${item.type}&infoId=${item.id}&courseId=${item.id}&pName=${item.name}&exname=${item.name}&chapterOrStageId=${0}`) + return } console.log(item,'考试') this.$router.push("exam/test?id=" + item.targetId);