fix: application workflow node params (#2087)
This commit is contained in:
parent
45fe93d2b2
commit
2c4d1fa3db
@ -116,6 +116,9 @@ const validate = () => {
|
|||||||
props.nodeModel.graphModel.eventCenter.on('refresh_incoming_node_field', () => {
|
props.nodeModel.graphModel.eventCenter.on('refresh_incoming_node_field', () => {
|
||||||
options.value = getIncomingNode(props.nodeModel.id)
|
options.value = getIncomingNode(props.nodeModel.id)
|
||||||
})
|
})
|
||||||
|
props.nodeModel.graphModel.eventCenter.on('refreshFileUploadConfig', () => {
|
||||||
|
options.value = getIncomingNode(props.nodeModel.id)
|
||||||
|
})
|
||||||
defineExpose({ validate })
|
defineExpose({ validate })
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
options.value = getIncomingNode(props.nodeModel.id)
|
options.value = getIncomingNode(props.nodeModel.id)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user