提交代码

This commit is contained in:
2024-09-25 09:23:20 +08:00
parent f4dcfb1c43
commit d6f47fb4a7
@@ -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;
}