fix: getWidgetById with popup scope, no PopupWindow binds

This commit is contained in:
p 2026-08-12 18:21:07 +08:00
parent 8a095c712c
commit 7f29e5c157
2 changed files with 2 additions and 12 deletions

View File

@ -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