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,