From f8d24962488fcaa84de3a2cc223574eeb2718a12 Mon Sep 17 00:00:00 2001 From: zhal <15900249928@163.com> Date: Tue, 25 Oct 2022 19:24:41 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E5=8D=95=E5=9B=BE=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../js/coe.pal.processlevel.create.js | 1 + 1 file changed, 1 insertion(+) 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 4e655499..f3fbac2f 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 @@ -1253,6 +1253,7 @@ function openRelationDialog(obj, callback) { }, success: function (msg) { if (msg.result == "ok") { + //判断表单图 var dlgButton = parent.$(".dlg-button button"); for (var i = 0; i < dlgButton.length; i++) { var text = dlgButton.eq(i).text();