auto: 2026-09-22 18:53 (ESD_LAPTOP)

This commit is contained in:
2026-09-22 18:53:05 +09:00
parent 033158a0d1
commit f1acbb77b9
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -262,7 +262,7 @@ export async function mountM01LogicLab(
// 왼쪽 「전체」 + 구분 → 상세구분 거름 — 고르면 목록으로 돌아와 그 범위만
filterHost.replaceChildren(
side.filter({
id: "로직|",
id: "로직시험|",
store: "m01.filter.로직시험",
subs,
total: list.total(),
@@ -421,7 +421,7 @@ export async function mountM01LogicLab(
],
}),
);
side.logicHost.replaceChildren(filterHost);
side.labHost.replaceChildren(filterHost);
show(null);
showLoadingOverlay();
const openKeyOn = async (key: string): Promise<void> => {