From ef49b8955817da1558a8cc92480b60f1272a7d9e Mon Sep 17 00:00:00 2001 From: user9994793890 <3722323274763196-user9994793890@noreply.coze.cn> Date: Tue, 14 Jul 2026 09:04:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E9=A1=B5=E9=9D=A2=E5=A4=9A=E4=B8=AADOM?= =?UTF-8?q?=E5=85=83=E7=B4=A0ID=E4=B8=8D=E5=8C=B9=E9=85=8D=E5=92=8C?= =?UTF-8?q?=E7=BC=BA=E5=A4=B1=E5=87=BD=E6=95=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Coze-Commit-Type: user Coze-User-ID: 3722323274763196 Coze-Conversation-ID: 9894087 --- public/static/js/entity.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/public/static/js/entity.js b/public/static/js/entity.js index 6678070..197a497 100644 --- a/public/static/js/entity.js +++ b/public/static/js/entity.js @@ -1,6 +1,3 @@ -// 当前选中的实体ID集合 -let selectedEntityIds = new Set(); - // 加载企业/用户/场站列表(checkbox 列表) async function loadEntities(page = 1, search = '') { const splitType = document.getElementById('split-type').value;