From 4ab535856f9a07b814ccbf0a3c741478eabf90d7 Mon Sep 17 00:00:00 2001 From: zhaol <15900249928@163.com> Date: Tue, 3 Dec 2024 11:14:32 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=B8=E5=85=B3/=E6=94=AF=E6=8C=81=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=A2=9E=E5=8A=A0=E6=96=B0=E5=BB=BA=E8=A1=A8=E5=8D=95?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B?= 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, 2 insertions(+), 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 60e98491..bd24801c 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 @@ -1219,7 +1219,7 @@ function openRelationDialog(obj, callback) { var method=JSON.parse(ref).method; var methodName=""; - if(title=="支持文件"){ + if(title=="相关/支持文件"){ methodName="新建表单模型"; method="data.form"; }else if(method=="control.kpi"){ @@ -1450,7 +1450,7 @@ function openRelationDialog(obj, callback) { } }); - }else if(title=="支持文件"){ + }else if(title=="相关/支持文件"){ var relationDlg = parent.FrmDialog.open({ title: title, width: 710,