2026-04-15 15:03:57 +08:00

30 lines
726 B
XML

{
"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%",
"style": {
"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\")}}'); }"
}
]
}
]
}