@@ -340,6 +340,9 @@ export default {
this.navList = this.stuList;
}
+ if(this.$route.query.SeleNavId){
+ this.SeleNavId = this.$route.query.SeleNavId
+ }
},
//生命周期 - 挂载完成(可以访问DOM元素)
mounted() {