This commit is contained in:
2024-09-25 15:14:05 +08:00
@@ -25,7 +25,7 @@ namespace FineUIPro.Web.HSSE.Hazard
{
ProjectCode = BLL.ProjectService.GetProjectCodeByProjectId(this.CurrUser.LoginProjectId);
ConstructionRiskId = Request.Params["ConstructionRiskId"] ;
if (!string.IsNullOrEmpty(Request.Params["type"]))
if (!string.IsNullOrEmpty(Request.Params["type"]))
{
this.btnSave.Hidden = true;
}