Skip to content

Commit

Permalink
fix: application workflow node params
Browse files Browse the repository at this point in the history
  • Loading branch information
shaohuzhang1 committed Jan 23, 2025
1 parent 37ebe3e commit af39fd4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui/src/workflow/common/NodeCascader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ const validate = () => {
props.nodeModel.graphModel.eventCenter.on('refresh_incoming_node_field', () => {
options.value = getIncomingNode(props.nodeModel.id)
})
props.nodeModel.graphModel.eventCenter.on('refreshFileUploadConfig', () => {
options.value = getIncomingNode(props.nodeModel.id)
})
defineExpose({ validate })
onMounted(() => {
options.value = getIncomingNode(props.nodeModel.id)
Expand Down

0 comments on commit af39fd4

Please sign in to comment.