diff --git a/src/components/dialog/DialogProperties.vue b/src/components/dialog/DialogProperties.vue index 93ae6c46..a6ab4a7b 100644 --- a/src/components/dialog/DialogProperties.vue +++ b/src/components/dialog/DialogProperties.vue @@ -69,13 +69,11 @@ const typeOption = [ ]; function submit() { - console.log(tempStep.value); workflowId.value = tempWorkflowId.value; dataStep.value = JSON.parse(JSON.stringify(tempStep.value)); model.value = false; if (props.selectFlow && currWorkflow.value) { - console.log(JSON.parse(JSON.stringify(currWorkflow.value))); emit('submit', currWorkflow.value); } }