浏览代码

专业库详情bug修复

shilipojs 2 年之前
父节点
当前提交
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)
     console.log(this.$route.query.code)
     this.code = this.$route.query.code
     this.code = this.$route.query.code
     this.type = this.$route.query.type || '本科'
     this.type = this.$route.query.type || '本科'
-    if (this.$router.query.code) {
+    if (this.$route.query.code) {
       this.getOverView()
       this.getOverView()
     }
     }
   },
   },