From 716876fd9270554f48f5b3cc92d21e8ce8f8fee7 Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Thu, 18 Jun 2026 12:51:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20failed=5Faccounting=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E7=94=A8event=E4=BC=A0=E8=A1=A8=E5=8D=95=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/failed_accounting.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwroot/failed_accounting.ui b/wwwroot/failed_accounting.ui index 7d70b99..f2fe556 100644 --- a/wwwroot/failed_accounting.ui +++ b/wwwroot/failed_accounting.ui @@ -63,7 +63,7 @@ "event": "submit", "actiontype": "script", "target": "failed_table", - "script": "var tbl = bricks.getWidgetById('failed_table', bricks.app.root); if(tbl) await tbl.render(params);" + "script": "var tbl = bricks.getWidgetById('failed_table', bricks.app.root); if(tbl) await tbl.render(event);" } ] },