2023-10-25

This commit is contained in:
2023-10-25 19:44:10 +08:00
parent 127146e24a
commit fa939f60d3
66 changed files with 522 additions and 636 deletions
@@ -38,7 +38,7 @@ namespace FineUIPro.Web.ProjectData
}
if (!string.IsNullOrEmpty(UnitWork.UnitId))
{
this.txtUnit.Text = UnitService.GetUnitNameByUnitId(UnitWork.UnitId);
this.txtUnit.Text = UnitService.getUnitNamesUnitIds(UnitWork.UnitId);
}
if (!string.IsNullOrEmpty(UnitWork.SupervisorUnitId))
{