Hermes Agent 211b9d7663 fix: failed_accounting查询按钮无响应 — target解析根因修复
根因: InlineForm binds的target='failed_table',getWidgetById从
InlineForm向下搜索(querySelector),但failed_table是兄弟控件
(同为VBox子控件),向下搜索永远找不到→buildEventHandler返回
null→script根本不执行→无报错无请求。

修复: target改为'app.failed_table'(根→向下搜索),与sidebar
菜单模式一致。多次修改未果的根因都在这里。
2026-06-22 11:32:33 +08:00
..
2025-08-29 21:29:25 +08:00
2026-05-19 16:21:23 +08:00
2026-05-19 16:12:54 +08:00
2026-03-18 11:40:00 +08:00
2026-05-16 15:14:31 +08:00
2026-05-08 10:54:33 +08:00
2026-04-27 10:41:15 +08:00
2026-04-05 16:02:45 +08:00
2026-04-10 16:48:33 +08:00
2026-03-30 12:04:24 +08:00
2026-06-22 11:02:23 +08:00
2026-03-30 16:07:52 +08:00
2026-03-18 13:42:40 +08:00
2026-03-27 13:20:16 +08:00
2026-04-08 17:28:32 +08:00
2026-03-29 17:28:39 +08:00