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);" }] },