This commit is contained in:
geh
2025-05-19 10:27:35 +08:00
parent 5d8f6ee65e
commit cd67e71e38
22 changed files with 33 additions and 2 deletions
@@ -35,7 +35,7 @@ namespace FineUIPro.Web.HSSE.Meeting
if (!IsPostBack)
{
Funs.DropDownPageSize(this.ddlPageSize);
this.ProjectId = this.ProjectId;
this.ProjectId = this.CurrUser.LoginProjectId;
if (!string.IsNullOrEmpty(Request.Params["projectId"]) && Request.Params["projectId"] != this.ProjectId)
{
this.ProjectId = Request.Params["projectId"];