fix: 修复JS变量重复声明问题

Coze-Commit-Type: user
Coze-User-ID: 3722323274763196
Coze-Conversation-ID: 9894087
This commit is contained in:
user9994793890
2026-07-14 09:18:49 +08:00
parent d3c72f9dca
commit 2bb8bf6a7c
2 changed files with 0 additions and 4 deletions

View File

@@ -435,10 +435,6 @@ function clearAllTimePeriods() {
}
// 当前实体加载状态
let currentEntityType = '';
let entityPage = 1;
let currentSearch = '';
const entityPageSize = 100;
// 加载企业/用户列表(支持分页和搜索)
async function saveConfig() {