diff --git a/src/api/growth/index.js b/src/api/growth/index.js index 204aae51..39fb0293 100644 --- a/src/api/growth/index.js +++ b/src/api/growth/index.js @@ -3,3 +3,5 @@ import ajax from "@/api/ajax" export const getList = (params) => ajax.get('/manageApi',`/stu/grow/getStuLearnInfo?userId=${params}`); //获取路径图详情 export const taskList = (params) => ajax.get('/manageApi',`/stu/grow/taskList?growId=${params}`); +//全岗位路径 +export const getFullJobPath = (params) => ajax.get('/manageApi',`/stu/grow/getFullJobPath`); \ No newline at end of file diff --git a/src/views/study/Growth.vue b/src/views/study/Growth.vue index 92f18bb1..adf8fc31 100644 --- a/src/views/study/Growth.vue +++ b/src/views/study/Growth.vue @@ -181,7 +181,7 @@ export default { startLearn(){ this.$router.push({ path: '/growthpath', - query: {growId:this.detailData.growId,name: this.detailData.growName,isTrue: true} + query: {growId:this.detailData.growId,name: this.detailData.growName,isTrue: true,status:this.detailData.overallCompletionRate} }) }, checkedTrue(){ diff --git a/src/views/study/GrowthPath.vue b/src/views/study/GrowthPath.vue index a4b6eb60..7ceac562 100644 --- a/src/views/study/GrowthPath.vue +++ b/src/views/study/GrowthPath.vue @@ -88,7 +88,7 @@
+ }" class="growth_explain1" v-if="item.id == istabId && explainBody && $route.query.status == 0">
《{{item.title}}》是您当前所在位置,请您从这里开始学习哦~
@@ -275,7 +275,7 @@