regenerate CRUD with script bind for search form

This commit is contained in:
Hermes Agent 2026-06-22 12:09:26 +08:00
parent daf72d297d
commit a2d0fc9798

View File

@ -21,9 +21,9 @@
"binds":[{ "binds":[{
"wid":"self", "wid":"self",
"event":"submit", "event":"submit",
"actiontype":"method", "actiontype":"script",
"target":"pricing_program_tbl", "target":"pricing_program_tbl",
"method":"render" "script":"var tbl = bricks.getWidgetById('pricing_program_tbl', bricks.app.root); if(tbl) await tbl.render(params);"
}] }]
}, },