2023-10-25
This commit is contained in:
@@ -115,10 +115,6 @@ namespace FineUIPro.Web.HJGL.HotProcessHard
|
||||
if (!string.IsNullOrEmpty(unitWorkId))
|
||||
{
|
||||
var w = BLL.UnitWorkService.getUnitWorkByUnitWorkId(unitWorkId);
|
||||
if (w.UnitId != null)
|
||||
{
|
||||
drpHardTrustUnit.SelectedValue = w.UnitId;
|
||||
}
|
||||
if (w.NDEUnit != null)
|
||||
{
|
||||
drpCheckUnit.SelectedValue = w.NDEUnit;
|
||||
|
||||
Reference in New Issue
Block a user