查询课表传入周次
This commit is contained in:
parent
0371ea9b54
commit
8403793298
@ -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 => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user