From deac10facd866434cd3652725b6a1b1a0e4fe592 Mon Sep 17 00:00:00 2001 From: zhal <15900249928@163.com> Date: Tue, 12 Jul 2022 23:26:11 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=B8=E5=85=B3=E6=96=87=E4=BB=B6=E6=96=B0?= =?UTF-8?q?=E5=BB=BA=E9=83=A8=E7=BD=B2?= 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 a5111c99..4e48f109 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 @@ -976,12 +976,12 @@ function openRelationDialog(obj, callback) { var method=JSON.parse(ref).method; var methodName=""; - if(title=="表单"){ + if(title=="支持文件"){ methodName="新建表单模型"; }else if(method=="control.kpi"){ methodName="新建绩效模型"; } - if(title=="表单" || method=="control.kpi"){ + if(title=="支持文件" || method=="control.kpi"){ var relationDlg = parent.FrmDialog.open({ title: title, width:710,