培训
This commit is contained in:
@@ -189,6 +189,11 @@ namespace FineUIPro.Web.HSSE.EduTrain
|
||||
{
|
||||
//培训类型
|
||||
TrainTypeService.InitTrainTypeDropDownList(this.drpTrainType, true);
|
||||
string trainType = Request.Params["trainType"];
|
||||
if (!string.IsNullOrWhiteSpace(trainType))
|
||||
{
|
||||
this.drpTrainType.Items.FindByText(trainType).Selected = true;
|
||||
}
|
||||
//培训级别
|
||||
TrainLevelService.InitTrainLevelDropDownList(this.drpTrainLevel, true);
|
||||
//培训单位
|
||||
|
||||
Reference in New Issue
Block a user