修复xkLxId的匹配问题

This commit is contained in:
ywyonui 2025-10-14 23:17:22 +08:00
parent b7d80cb228
commit 7c7a34ad2a

View File

@ -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) {