2023-10-25
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user