摘要: 1 let time = (wo: WoDto) => wo.ScheduleTime || wo.ScheduleStartTime; 2 3 let wo = technician.wos 4 .filter(x => time(x) != null) 5 .sort((a, b) => 6 M 阅读全文
posted @ 2016-03-10 10:34 kumat 阅读(1217) 评论(2) 推荐(0) 编辑