krashouk opened a new issue, #1894:
URL: https://github.com/apache/rocketmq-dashboard/issues/1894

   ## 问题描述
   
   ACL 页面初始化 effect 只依赖 `activeTab`。首次执行时,集群请求尚未异步设置 
`brokerAddress`,列表加载逻辑因此被跳过;默认集群和 Broker 随后虽然显示为已选中,但 effect 不会重新运行,用户列表保持空白。
   
   ## 复现步骤
   
   1. 首次进入 ACL 页面。
   2. 等待默认集群和默认 Broker 自动选中。
   3. 观察当前用户列表没有发起加载,必须切换 Tab 或手动重新选择后才出现数据。
   
   ## 预期行为
   
   集群初始化与列表加载分离;默认 Broker 地址建立后立即加载当前 Tab 数据,后续切换 Tab、Broker 或集群也继续刷新。
   
   ## 环境
   
   - 分支:`master`
   - 基线:`770822bbc812bfd0c2a94aa0128ab6f59b50d076`
   - 前端:React 19 / Ant Design 5
   
   ## 建议修复方向
   
   让列表加载 effect 依赖已建立的 Broker 选择状态,并增加异步初始化回归测试。


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to