|
@@ -247,7 +247,7 @@ export default {
|
|
|
},
|
|
|
created() {
|
|
|
this.code = this.$route.query.code
|
|
|
- this.getHit()
|
|
|
+ // this.getHit()
|
|
|
this.getDetail()
|
|
|
this.getEvaluateType()
|
|
|
},
|
|
@@ -376,11 +376,11 @@ export default {
|
|
|
toMajorDetail(code) {
|
|
|
this.$router.push({ path: '/career/plan/MajorDetail', query: { code: code } })
|
|
|
},
|
|
|
- getHit() {
|
|
|
- saveUniversitiesHits({ code: this.code }).then(res => {
|
|
|
- console.log(res)
|
|
|
- })
|
|
|
- },
|
|
|
+ // getHit() {
|
|
|
+ // saveUniversitiesHits({ code: this.code }).then(res => {
|
|
|
+ // console.log(res)
|
|
|
+ // })
|
|
|
+ // },
|
|
|
getDetail() {
|
|
|
this.loading = true
|
|
|
selectUniversityDetail({ code: this.code }).then(res => {
|