|
@ -254,14 +254,14 @@ |
|
|
}, |
|
|
}, |
|
|
click: (arg) => { |
|
|
click: (arg) => { |
|
|
console.log('>>>>>>', arg); |
|
|
console.log('>>>>>>', arg); |
|
|
const type = arg.selected?.type; |
|
|
// const type = arg.selected?.type; |
|
|
if ('DECISION_TREE' === type) { |
|
|
// if ('DECISION_TREE' === type) { |
|
|
decisionTreeDialogRef.open(parameter.id, arg.selected?.id); |
|
|
// decisionTreeDialogRef.open(parameter.id, arg.selected?.id); |
|
|
} else if ('EXECUTION_FLOW' === type) { |
|
|
// } else if ('EXECUTION_FLOW' === type) { |
|
|
executionFlowDialogRef.open(parameter.id, arg.selected?.id); |
|
|
// executionFlowDialogRef.open(parameter.id, arg.selected?.id); |
|
|
} else { |
|
|
// } else { |
|
|
arg._click(arg); |
|
|
// arg._click(arg); |
|
|
} |
|
|
// } |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|