From a1eb26a92b4dd4c8a4e8af756181f22ead6a2083 Mon Sep 17 00:00:00 2001 From: zhal <15900249928@163.com> Date: Wed, 20 Jul 2022 22:00:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=BB=BA=E6=A8=A1=E5=9E=8B=E5=88=A4?= =?UTF-8?q?=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../js/coe.pal.processlevel.create.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 f4dbbadb..3069a98c 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 @@ -971,7 +971,6 @@ function removeTr(obj) { //打开对象关联Dialog function openRelationDialog(obj, callback) { - debugger; var title = obj.closest('tr').find('td:first').text(); if (title == undefined || title == '') { title = '选择模型对象'; @@ -982,6 +981,8 @@ function openRelationDialog(obj, callback) { var methodName=""; if(title=="支持文件"){ methodName="新建表单模型"; + //data.form + method="data.form"; }else if(method=="control.kpi"){ methodName="新建绩效模型"; } @@ -1105,6 +1106,7 @@ function openRelationDialog(obj, callback) { methodId:method }, success : function(msg) { + debugger; if (msg.data.result == "ok") { window.top.$.simpleAlert("请勿重复"+methodName+"!!!"); }else{