diff --git a/src/views/zyjhzx/components/SelectComp.vue b/src/views/zyjhzx/components/SelectComp.vue index d60e0a5..3a1cd1e 100644 --- a/src/views/zyjhzx/components/SelectComp.vue +++ b/src/views/zyjhzx/components/SelectComp.vue @@ -12,6 +12,7 @@ 二班 三班 四班 + 五班 @@ -28,6 +29,7 @@ export default { data:{ zyType:'0', bzType:'一班', + zyq:null, }, nextPath:'', nextPathName: { @@ -47,6 +49,7 @@ export default { created(){ this.deviceId=this.$route.query.deviceId||'' this.data.zyType=this.$route.query.zyType||'0' + this.data.zyq=this.$route.query.zyq||'' const path=this.$route.path.replace('/','') this.nextPath=this.nextPathName[path]?.path if (path==='sliao'||path==='llfk'||path==='bfang'){ @@ -74,11 +77,12 @@ export default { } } } +