소스 검색

专业库详情bug修复

shilipojs 3 년 전
부모
커밋
5f9e2c0fbf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/career/plan/new-profess-detail.vue

+ 1 - 1
src/views/career/plan/new-profess-detail.vue

@@ -387,7 +387,7 @@ export default {
     console.log(this.$route.query.code)
     this.code = this.$route.query.code
     this.type = this.$route.query.type || '本科'
-    if (this.$router.query.code) {
+    if (this.$route.query.code) {
       this.getOverView()
     }
   },