{ "widgettype": "VBox", "options": { "width": "100%", "height": "100%" }, "subwidgets": [ { "widgettype": "Form", "options": { "title": "AI服务配置", "tblname": "contract_ai_config", "submit_url": "/api/contract/ai_config/save", "width": "100%", "maxWidth": "800px", "margin": "0 auto" }, "binds": [ { "wid": "self", "event": "submited", "actiontype": "script", "script": "await bricks.show_resp_message_or_error(event.params); if (event.params.success) { bricks.app.goto_url('{{entire_url(\"contract_list.ui\")}}'); }" } ] } ] }