1000건 이상 경고
eapim-admin CI / build (push) Has been cancelled

This commit is contained in:
eastargh
2026-09-01 15:57:13 +09:00
parent 1608d29726
commit bb3fb5e111
@@ -407,7 +407,7 @@
$("#grid").tuiTableRowSpan("7");
//1000건이상 alert
if (d.records == 1000) {
if (d.records >= 1000) {
setTimeout(() => {
alert("<%=localeMessage.getString("tracking.alert5")%>"); // 조회 결과 1,000건 초과
}, 0); // Alert는 비동기적으로 처리