This commit is contained in:
2026-03-29 12:03:57 +08:00
397 changed files with 57694 additions and 2915 deletions
@@ -376,6 +376,16 @@ namespace FineUIPro.Web.HSSE.SitePerson
}
}
SaveData();
#region
var porject = BLL.ProjectService.GetProjectByProjectId(this.ProjectId);
if (!string.IsNullOrWhiteSpace(porject.SubjectUnit) && !string.IsNullOrWhiteSpace(porject.SubjectProject))
{
//项目关联了总包单位项目,保存成功后自动推送至总包单位
APIPersonSyncService.pushPersonLists(this.ProjectId, this.PersonId);
}
#endregion
PageContext.RegisterStartupScript(ActiveWindow.GetHidePostBackReference());
}