fix: .ui widget id去app.前缀——getWidgetById按.分段查找,DOM id须裸名,target保留app.xxx路由
This commit is contained in:
parent
eebd79d9d7
commit
a60ab9595b
@ -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"}}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user