From 651a5a1e6672edc18938bde64f02a9b3f6be097e Mon Sep 17 00:00:00 2001 From: qinoy Date: Tue, 19 Nov 2024 11:28:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E8=81=94=E5=B1=9E=E6=80=A7=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=EF=BC=8C=E5=88=A0=E9=99=A4=E6=97=B6=EF=BC=8C=E5=8F=96?= =?UTF-8?q?=E6=B6=88=E5=BF=85=E5=A1=AB=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../js/coe.pal.processlevel.create.js | 2 -- 1 file changed, 2 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 33533a64..6ffa4408 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 @@ -1602,7 +1602,6 @@ function openRelationDialog(obj, callback) { obj.attr('placeholder',title +'不能为空') obj.addClass("required_input_css"); parent.FrmDialog.close("relationDialog"); - return; } if (relations != undefined && relations.length > 0) { for(var i = 0; i < relations.length; i++) { @@ -1706,7 +1705,6 @@ function openRelationAwsorgDialog(obj) { $('#' + objId).attr('placeholder',title+'不能为空') $('#' + objId).addClass("required_input_css"); parent.FrmDialog.close("relationAwsorgDialog"); - return } // 更新数据库 saveRelevanceAwsOrgShapesTODB(checkedOrgList, "", "", objId);