Commit a5ffe5da authored by 黄奎's avatar 黄奎

页面修改

parent 736677d1
......@@ -351,8 +351,9 @@ namespace Edu.Module.Duty
currentModel?.Status,
currentModel?.StatusStr,
WorkList = pList,
//突发事项列表
EmergenciesList = contentList?.Where(qitem => qitem.PlanType == 3)?.ToList() ?? new List<RB_Duty_Content_ViewModel>(),
//todo
//交接事项列表
HandoverList = contentList?.Where(qitem => qitem.PlanType == 2)?.ToList() ?? new List<RB_Duty_Content_ViewModel>(),
ReciveMan = nextModel?.DutyManName ?? "",
GiveMan = previousModel?.DutyManName ?? "",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment