From a924912ffe161914fd27c356c490ed4673d7c870 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=91=A3=E5=93=B2=E5=A5=87?= <13840175730@139.com>
Date: Thu, 21 May 2026 15:38:49 +0800
Subject: [PATCH] =?UTF-8?q?1.=E6=8E=A8=E9=80=81=E4=B8=8A=E6=96=99=E8=AE=A1?=
=?UTF-8?q?=E5=88=92=E5=88=B0=E6=96=99=E5=9C=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/zyjhzx/components/SelectComp.vue | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
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 {
}
}
}
+