krashouk opened a new pull request, #1905: URL: https://github.com/apache/rocketmq-dashboard/pull/1905
## 变更目的 Message 页面允许清空 DatePicker,但搜索会直接对 null 调用 valueOf,导致前端崩溃。 ## 简要变更 - 在读取时间值前区分缺失时间和倒序时间。 - 缺失时阻止请求并展示中英文提示。 - 覆盖空值、倒序和合法区间三类边界。 ## 本地验证 - `messageQueryValidation.test.js`:3/3 通过;变更文件 ESLint `--quiet` 通过 - `git diff --check`:通过 - 400 行范围门禁:通过 ## 未执行 未运行容器、RocketMQ 集群、完整 E2E、压力测试或镜像构建;这些重量级验证交由 PR 自动触发的上游检查。 ## 提交清单 - [x] 已创建唯一对应 Issue - [x] 一个 PR 只解决一个问题 - [x] 已增加必要回归测试 - [x] 已完成受影响范围的本地轻量验证 Fixes #1895 -- 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]
