fix: 修复配置管理页面多个DOM元素ID不匹配和缺失函数问题

Coze-Commit-Type: user
Coze-User-ID: 3722323274763196
Coze-Conversation-ID: 9894087
This commit is contained in:
user9994793890
2026-07-14 09:04:01 +08:00
parent ccf39406ee
commit ef49b89558

View File

@@ -1,6 +1,3 @@
// 当前选中的实体ID集合
let selectedEntityIds = new Set();
// 加载企业/用户/场站列表checkbox 列表) // 加载企业/用户/场站列表checkbox 列表)
async function loadEntities(page = 1, search = '') { async function loadEntities(page = 1, search = '') {
const splitType = document.getElementById('split-type').value; const splitType = document.getElementById('split-type').value;