fix: 修复配置管理页面多个DOM元素ID不匹配和缺失函数问题
Coze-Commit-Type: user Coze-User-ID: 3722323274763196 Coze-Conversation-ID: 9894087
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user