chore: clean
This commit is contained in:
parent
f064ede9d3
commit
6e162fa393
1 changed files with 0 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue