This commit is contained in:
李鹏飞 2024-09-25 15:14:05 +08:00
commit be070f85e2
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}