提交代码

This commit is contained in:
2024-01-02 09:57:00 +08:00
parent afe079877f
commit 97015c50ec
5 changed files with 16 additions and 11 deletions
@@ -51,7 +51,10 @@ namespace FineUIPro.Web.CQMS.Performance
PerformanceGid = Request.Params["PerformanceGid"];
CreateDateMonth = Request.Params["CreateDateMonth"];
//加载当前项目下的审核人
UserService.InitUserDropDownList(drpUser, CurrUser.LoginProjectId, true);
//UserService.InitUserDropDownList(drpUser, CurrUser.LoginProjectId, true);
//施工经理
UserService.InitUserProjectIdRoleIdDropDownList(drpUser, CurrUser.LoginProjectId, Const.ConstructionManager, false);
}
}