fix: restore exact matching logic for map locations
This commit is contained in:
@@ -25,7 +25,7 @@ export async function renderLocationView(container: HTMLElement) {
|
||||
: [];
|
||||
const mapPath = locImages[currentPage] || '';
|
||||
|
||||
// 자산이 등록된 구역만 필터링
|
||||
// 조회 모드: 자산이 등록된 구역만 필터링하여 노출
|
||||
const allBoxes = mapConfig[mapPath] || [];
|
||||
const boxes = allBoxes.filter((box: any) =>
|
||||
state.masterData.hw.some(a =>
|
||||
|
||||
Reference in New Issue
Block a user