相关/支持文件增加新建表单模型

This commit is contained in:
zhaol 2024-12-03 11:14:32 +08:00
parent f8f90e8765
commit 4ab535856f

View File

@ -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,