chore: 去除console.log
parent
f57910b32a
commit
b2d360af0f
|
|
@ -179,7 +179,6 @@ const showChildProcessNodeConfig = (node: SimpleFlowNode) => {
|
||||||
if (node.childProcess && node.childProcess !== '') {
|
if (node.childProcess && node.childProcess !== '') {
|
||||||
configForm.value.childProcessKey = node.childProcess.split(':')[0]
|
configForm.value.childProcessKey = node.childProcess.split(':')[0]
|
||||||
}
|
}
|
||||||
console.log(node)
|
|
||||||
if (node.candidateStrategy) {
|
if (node.candidateStrategy) {
|
||||||
configForm.value.multiInstance = true
|
configForm.value.multiInstance = true
|
||||||
configForm.value.multiInstanceSource = node.candidateParam
|
configForm.value.multiInstanceSource = node.candidateParam
|
||||||
|
|
@ -187,7 +186,6 @@ const showChildProcessNodeConfig = (node: SimpleFlowNode) => {
|
||||||
if (node.approveMethod === ApproveMethodType.APPROVE_BY_RATIO) {
|
if (node.approveMethod === ApproveMethodType.APPROVE_BY_RATIO) {
|
||||||
configForm.value.approveRatio = node.approveRatio
|
configForm.value.approveRatio = node.approveRatio
|
||||||
}
|
}
|
||||||
console.log(configForm.value)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue