This commit is contained in:
yumoqing 2026-03-10 15:20:25 +08:00
parent df72c129bf
commit f75400c4f0

View File

@ -12,11 +12,25 @@
"uitype": "str", "uitype": "str",
"required": true "required": true
} }
],
"binds":[
{
"wid": "self",
"event": "submit",
"actiontype": "urlwidget",
"target": "self",
"options":{
"method": "POST",
"params":{},
"url": "{{entire_url('add_provider.dspy')}}"
}
}
] ]
}
} }
{% else %} {% else %}
{ {
“widgettype": "PopupWindow" "widgettype": "PopupWindow",
"options": { "options": {
"content":{ "content":{
"widgettype": "Text", "widgettype": "Text",