This commit is contained in:
geh
2026-06-09 16:49:28 +08:00
parent 2e82ae66a4
commit eb3003bc21
2 changed files with 7 additions and 7 deletions
@@ -312,11 +312,11 @@ namespace FineUIPro.Web.ProjectData
ShowNotify($"已存在关联此主数据的项目:({relatePro.ProjectCode}{relatePro.ProjectName}", MessageBoxIcon.Warning);
}
}
else
{
ShowNotify($"请选择关联集团主数据项目!", MessageBoxIcon.Warning);
return ;
}
// else
// {
// ShowNotify($"请选择关联集团主数据项目!", MessageBoxIcon.Warning);
// return ;
// }
this.SaveData();
}
@@ -366,7 +366,7 @@ namespace FineUIPro.Web.ProjectData
Alert.ShowInTop("项目名称已存在!", MessageBoxIcon.Warning);
return;
}
if (!string.IsNullOrWhiteSpace(this.drpMasterBox1.Text))
if (!string.IsNullOrWhiteSpace(this.drpMasterBox1.Value))
{
project.MasterSysId = this.drpMasterBox1.Value;
}