Files
Nexus/docs/changelog/2026-06-08-unset-path-detect-selection-count.md
T

18 lines
678 B
Markdown
Raw Normal View History

# 2026-06-08 — 未设路径区块批量检测选中数修复
## 摘要
「未设置路径服务器」勾选后点「检测目标路径」,确认框显示「0 台」;改为按当前操作区块(主列表 / 未设路径)显示正确选中数并提交对应 ID。
## 动机
检测路径与批量改分类对话框硬编码 `selectedIds`(主表),未设路径表使用 `unsetSelectedItems` 时计数与提交不一致。
## 涉及文件
- `frontend/src/pages/ServersPage.vue``scopedSelectedCount``runBatchDetectPath``batchSelection`
## 验证
未设路径表勾选 N 台 → 检测目标路径 → 对话框显示 N 台 → 提交后台任务。