fix: catelog tab target should be app.llm_dialog_root (self container), not app.sage_main_content (main area)

This commit is contained in:
yumoqing 2026-07-02 12:08:15 +08:00
parent f85913a235
commit 76673bf251

View File

@ -15,6 +15,7 @@
{% if len(catelogs) > 1 %} {% if len(catelogs) > 1 %}
{ {
"widgettype":"VBox", "widgettype":"VBox",
"id":"llm_dialog_root",
"options":{ "options":{
"width":"100%", "width":"100%",
"height":"100%" "height":"100%"
@ -42,7 +43,7 @@
"wid":"self", "wid":"self",
"event":"click", "event":"click",
"actiontype":"urlwidget", "actiontype":"urlwidget",
"target":"app.sage_main_content", "target":"app.llm_dialog_root",
"mode":"replace", "mode":"replace",
"options":{ "options":{
"url":"{{entire_url('/llmage/llm_dialog.ui')}}?id={{params_kw.id}}&catelogid={{c.catelogid}}" "url":"{{entire_url('/llmage/llm_dialog.ui')}}?id={{params_kw.id}}&catelogid={{c.catelogid}}"