From c28416e7ab54c6f8b14f6ce49a2175672547ab6f Mon Sep 17 00:00:00 2001 From: zhal <15900249928@163.com> Date: Tue, 16 Aug 2022 15:16:20 +0800 Subject: [PATCH] =?UTF-8?q?teamid=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../js/coe.pal.processlevel.create.js | 4 ++-- .../lib/designer/extend/js/designer.extend.link.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/js/coe.pal.processlevel.create.js b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/js/coe.pal.processlevel.create.js index 25d232b5..c7e802a1 100755 --- a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/js/coe.pal.processlevel.create.js +++ b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/js/coe.pal.processlevel.create.js @@ -1151,7 +1151,7 @@ function openRelationDialog(obj, callback) { uuid: uuid, methodId: method, wsId: $("#wsid").val(), - teamId: $('#teamId').val() + teamId: parent.$('#teamId').val() }, success: function (msg) { if (msg.result == "ok") { @@ -1267,7 +1267,7 @@ function openRelationDialog(obj, callback) { uuid: uuid, methodId: method, wsId: $("#wsid").val(), - teamId: $('#teamId').val() + teamId: parent.$('#teamId').val() }, success: function (msg) { if (msg.result == "ok") { diff --git a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/extend/js/designer.extend.link.js b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/extend/js/designer.extend.link.js index 5e9cc06e..0ace0a1c 100755 --- a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/extend/js/designer.extend.link.js +++ b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/lib/designer/extend/js/designer.extend.link.js @@ -3594,7 +3594,7 @@ function openRelationDig(obj,value) { uuid:ruuid, methodId:methodId, wsId:wsId, - teamId : $('#teamId').val() + teamId : parent.$('#teamId').val() }, success : function(msg) { if (msg.result == "ok") {