fix: auto_dismiss true, no auto_close

This commit is contained in:
yumoqing 2026-07-23 14:12:22 +08:00
parent badf9ff9e6
commit 44b287ef4b

View File

@ -15,7 +15,7 @@
{"widgettype": "Button", "options": {"label": "+ 新建知识库", "bgcolor": "#4a90d9", "color": "#fff"}, "binds": [
{"wid": "self", "event": "click", "actiontype": "urlwidget",
"target": "Popup",
"popup_options": {"dismiss_events": ["command"]},
"popup_options": {"auto_dismiss": true},
"options": {"url": "{{entire_url('/knowledge_bases_list/new_kb_form.ui')}}"}}
]}
]