相关文件新建部署
This commit is contained in:
parent
de165cfb98
commit
deac10facd
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user