|  | @@ -157,12 +157,10 @@ export default {
 | 
											
												
													
														|  |      },
 |  |      },
 | 
											
												
													
														|  |      handleNodeClick(data, node) {
 |  |      handleNodeClick(data, node) {
 | 
											
												
													
														|  |        if (!node.isLeaf || this.code == node.data.code) return
 |  |        if (!node.isLeaf || this.code == node.data.code) return
 | 
											
												
													
														|  | -      // console.log('跳转')
 |  | 
 | 
											
												
													
														|  |        // 跳转
 |  |        // 跳转
 | 
											
												
													
														|  |        this.code = node.data.code
 |  |        this.code = node.data.code
 | 
											
												
													
														|  |        this.tabActive = 0
 |  |        this.tabActive = 0
 | 
											
												
													
														|  |        this.getOverView()
 |  |        this.getOverView()
 | 
											
												
													
														|  | -      // this.$router.replace({path:'/career/plan/MajorDetail',query:{type:this.type,code:node.data.code}})
 |  | 
 | 
											
												
													
														|  |      },
 |  |      },
 | 
											
												
													
														|  |      isLeaf(data, node) {
 |  |      isLeaf(data, node) {
 | 
											
												
													
														|  |        return node.childCount == 0
 |  |        return node.childCount == 0
 | 
											
										
											
												
													
														|  | @@ -177,7 +175,6 @@ export default {
 | 
											
												
													
														|  |        }).then(res => {
 |  |        }).then(res => {
 | 
											
												
													
														|  |          this.prospects = res.data
 |  |          this.prospects = res.data
 | 
											
												
													
														|  |          this.desc = res.msg
 |  |          this.desc = res.msg
 | 
											
												
													
														|  | -        console.log(res)
 |  | 
 | 
											
												
													
														|  |        }).finally(_ => {
 |  |        }).finally(_ => {
 | 
											
												
													
														|  |          this.loading = false
 |  |          this.loading = false
 | 
											
												
													
														|  |        })
 |  |        })
 | 
											
										
											
												
													
														|  | @@ -187,7 +184,6 @@ export default {
 | 
											
												
													
														|  |        getMajorOverviewByCode({
 |  |        getMajorOverviewByCode({
 | 
											
												
													
														|  |          code: this.code
 |  |          code: this.code
 | 
											
												
													
														|  |        }).then(res => {
 |  |        }).then(res => {
 | 
											
												
													
														|  | -        console.log(res)
 |  | 
 | 
											
												
													
														|  |          this.majorDetail = res.data
 |  |          this.majorDetail = res.data
 | 
											
												
													
														|  |        }).finally(_ => {
 |  |        }).finally(_ => {
 | 
											
												
													
														|  |          this.loading = false
 |  |          this.loading = false
 |