From 8403793298490324c580e1f801c787b203c4578b Mon Sep 17 00:00:00 2001 From: ywyonui Date: Tue, 30 Sep 2025 14:41:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E8=AF=BE=E8=A1=A8=E4=BC=A0?= =?UTF-8?q?=E5=85=A5=E5=91=A8=E6=AC=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/base/class-schedule/index.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/pages/base/class-schedule/index.vue b/src/pages/base/class-schedule/index.vue index e281bde..2c38e02 100644 --- a/src/pages/base/class-schedule/index.vue +++ b/src/pages/base/class-schedule/index.vue @@ -165,6 +165,7 @@ const selectDay = (index: number) => { jsId: "", bjId: getCurXs.bjId, xqId: xqId, + zc: curZc.value.djz, rq: rqList.value[index].rq, // 用于查询代课信息 zj: rqList.value[index].zj, txDate: null @@ -173,6 +174,10 @@ const selectDay = (index: number) => { const holiday = rqList.value[index].holiday || {}; if (holiday && holiday.type === 3 && holiday.txDate) { params.txDate = holiday.txDate; + const txZc = rqList.value[index].txZc; + if (txZc) { + params.zc = txZc; + } } } drpkkbApi(params).then(res => {