调整课表查询
This commit is contained in:
parent
0892a4771e
commit
8abff21811
@ -153,10 +153,10 @@ const selectDay = (index: number) => {
|
||||
return;
|
||||
}
|
||||
drpkkbApi({
|
||||
jsId: "",
|
||||
bjId: getCurXs.bjId,
|
||||
xqId: xqId,
|
||||
rq: "",
|
||||
// rq: rqList.value[index].rq, // 暂时废弃,目前小学都按周几进行查询
|
||||
rq: rqList.value[index].rq, // 用于查询代课信息
|
||||
zj: rqList.value[index].zj
|
||||
}).then(res => {
|
||||
// 根据接口返回的result判断是否已报名
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user