20230626 调整本部检查及单位类单位下拉框
This commit is contained in:
@@ -29,7 +29,7 @@ namespace FineUIPro.Web.CQMS.Check
|
||||
{
|
||||
if (!IsPostBack)
|
||||
{
|
||||
UnitService.GetUnit(drpProposeUnit, CurrUser.LoginProjectId, true);
|
||||
UnitService.InitUnitDropDownList(drpProposeUnit, CurrUser.LoginProjectId, true);
|
||||
Funs.FineUIPleaseSelect(this.drpContactListType);
|
||||
Funs.FineUIPleaseSelect(this.drpIsReply);
|
||||
UnitWorkService.InitUnitWorkDownList(drpUnitWork, this.CurrUser.LoginProjectId, true);
|
||||
|
||||
Reference in New Issue
Block a user