From 6bc04897ab598532848936cb80d672174976cf1d Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 12 Jun 2026 15:36:02 +0800 Subject: [PATCH] bugfix --- 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 c733dd5..34e7356 100644 --- a/wwwroot/failed_accounting.ui +++ b/wwwroot/failed_accounting.ui @@ -75,7 +75,7 @@ "wid": "self", "event": "click", "actiontype": "script", - "target": "failed_table", + "target": "body.failed_table", "script": "var root = bricks.app.root; var sd = bricks.getWidgetById('start_date', root); var ed = bricks.getWidgetById('end_date', root); var hf = bricks.getWidgetById('handled_filter', root); var params = {}; if(hf && hf.getValue()) params.handled = hf.getValue(); if(sd && sd.getValue()) params.start_date = sd.getValue(); if(ed && ed.getValue()) params.end_date = ed.getValue(); await this.render(params);" }] }