修复xkLxId的匹配问题
This commit is contained in:
parent
b7d80cb228
commit
7c7a34ad2a
@ -44,7 +44,7 @@ const loadByDb = async (data: any) => {
|
|||||||
if (curXs) {
|
if (curXs) {
|
||||||
setCurXs(curXs);
|
setCurXs(curXs);
|
||||||
// 检查抢课逻辑
|
// 检查抢课逻辑
|
||||||
PageUtils.checkQkLogic(data.xklxId);
|
PageUtils.checkQkLogic(data.xkLxId);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user