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,