Browse Source

update

main
wangshaoping 6 months ago
parent
commit
7db6625f1c
  1. 16
      io.sc.engine.rule.frontend/src/views/resources/designer/Processor.vue

16
io.sc.engine.rule.frontend/src/views/resources/designer/Processor.vue

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

Loading…
Cancel
Save