fix: .ui widget id去app.前缀——getWidgetById按.分段查找,DOM id须裸名,target保留app.xxx路由

This commit is contained in:
pipeline-agent 2026-08-30 13:55:54 +08:00
parent eebd79d9d7
commit a60ab9595b

View File

@ -17,6 +17,6 @@
"options": {"url": "{{entire_url('/entity/entity_import/index.ui')}}"}, "mode": "replace"}],
"subwidgets": [{"widgettype": "Text", "options": {"label": "导入记录"}}]}
]},
{"widgettype": "VBox", "id": "app.entity_content", "options": {"width": "100%", "flex": "1", "marginTop": "20px"}}
{"widgettype": "VBox", "id": "entity_content", "options": {"width": "100%", "flex": "1", "marginTop": "20px"}}
]
}