From a2d0fc97983b781558d1034df2762381d706ad4c Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Mon, 22 Jun 2026 12:09:26 +0800 Subject: [PATCH] regenerate CRUD with script bind for search form --- wwwroot/pricing_program/index.ui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wwwroot/pricing_program/index.ui b/wwwroot/pricing_program/index.ui index 0c76294..00fa114 100644 --- a/wwwroot/pricing_program/index.ui +++ b/wwwroot/pricing_program/index.ui @@ -21,9 +21,9 @@ "binds":[{ "wid":"self", "event":"submit", - "actiontype":"method", + "actiontype":"script", "target":"pricing_program_tbl", - "method":"render" + "script":"var tbl = bricks.getWidgetById('pricing_program_tbl', bricks.app.root); if(tbl) await tbl.render(params);" }] },