From b6186bf31847bdaf02712c3fc14cf7fe8c3fa191 Mon Sep 17 00:00:00 2001 From: break60 <790061044@qq.com> Date: Tue, 11 Aug 2020 18:39:42 +0800 Subject: [PATCH] fix --- .../src/js/conf/home/pages/dag/_source/plugIn/jsPlumbHandle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/plugIn/jsPlumbHandle.js b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/plugIn/jsPlumbHandle.js index 0b4146e490..2feb5e587d 100755 --- a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/plugIn/jsPlumbHandle.js +++ b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/plugIn/jsPlumbHandle.js @@ -718,7 +718,7 @@ JSP.prototype.handleEvent = function () { } // Connection to connected nodes is not allowed - if (_.findIndex(rtTargetarr, v => v == sourceId) !== -1) { + if (_.findIndex(rtTargetarr, v => v === sourceId) !== -1) { console.log(rtTargetarr,'not allowed') return false }