This commit is contained in:
2025-12-18 14:57:10 +08:00
parent 31385b8dd1
commit 22850d18f0
7 changed files with 24 additions and 23 deletions
+2 -1
View File
@@ -34,7 +34,8 @@ namespace FineUIPro.Web.Door
this.ProjectId = Request.Params["projectId"];
}
Funs.DropDownPageSize(this.ddlPageSize);
UnitService.InitUnitDownList(this.drpUnit, this.ProjectId, true);
//UnitService.InitUnitDownList(this.drpUnit, this.ProjectId, true);
UnitService.InitUnitDropDownList(this.drpUnit, this.ProjectId, true);
Funs.FineUIPleaseSelect(this.drpWorkTeam);
WorkPostService.InitWorkPostDropDownList(this.drpWorkPost, true);