refractor(web): 优化选择节点的选择器

This commit is contained in:
2025-07-16 23:08:25 +08:00
parent 72a9d58f4c
commit fbc6144d82
6 changed files with 13 additions and 10 deletions

View File

@@ -49,7 +49,6 @@ const FlowTaskAdd: React.FC = () => {
actionType: 'custom',
// @ts-ignore
script: (context, doAction, event) => {
console.log(event)
let selectedIds = (event?.data?.selectedItems ?? []).map((item: any) => item.id)
if (!isEmpty(selectedIds)) {
doAction({