fix: getWidgetById with popup scope, no PopupWindow binds
This commit is contained in:
parent
8a095c712c
commit
7f29e5c157
@ -1,4 +1,4 @@
|
||||
# workspace_popup.dspy - 返回 PopupWindow(全量树,binds在顶层)
|
||||
# workspace_popup.dspy - 返回 PopupWindow(纯widget结构,无binds)
|
||||
|
||||
uid = await get_user()
|
||||
if not uid:
|
||||
@ -68,16 +68,6 @@ async with DBPools().sqlorContext(dbname) as sor:
|
||||
}
|
||||
}
|
||||
]
|
||||
}],
|
||||
"binds": [{
|
||||
"wid": "ws_tree",
|
||||
"event": "selected",
|
||||
"actiontype": "urlwidget",
|
||||
"target": "ws_files",
|
||||
"options": {
|
||||
"url": entire_url("/pipeline-sdlc/api/workspace_files.dspy"),
|
||||
"event_params": ["user_data.id"]
|
||||
}
|
||||
}]
|
||||
}
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user