|
@@ -338,13 +338,15 @@ export default {
|
|
|
console.log('跳转')
|
|
|
console.log(row)
|
|
|
// 跳转
|
|
|
- this.$router.push({path:'/career/plan/ProfessLibDetail',query:{code:row.code}})
|
|
|
+ this.$router.push({path:'/career/plan/MajorDetail',query:{code:row.code}})
|
|
|
},
|
|
|
handleNodeClick(data,node) {
|
|
|
if(!node.isLeaf || this.code == node.data.code) return
|
|
|
- console.log('跳转')
|
|
|
+ this.code =node.data.code
|
|
|
+ this.tabActive = 0
|
|
|
+ this.getVocationalOverview()
|
|
|
// 跳转
|
|
|
- this.$router.replace({path:'/career/vocation/Detail',query:{code:node.data.code}})
|
|
|
+ // this.$router.replace({path:'/career/vocation/Detail',query:{code:node.data.code}})
|
|
|
},
|
|
|
toJob(post) {
|
|
|
console.log(post)
|