|
@@ -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()
|
|
}
|
|
}
|
|
},
|
|
},
|