提交 b5ee86dc authored 作者: 钟是志's avatar 钟是志

21843 宿舍管理/宿舍维修审核。20210111 维修师排期之后 在进行排期 时间显示错误

上级 b573a359
......@@ -2747,16 +2747,12 @@ export default class tableCom extends Component {
end = {base52: this.props.uuid + '_2'};
}
const ivs = [];
// console.table(begin); // KLBqPJxzefU
// console.table(end); // KLBqPJydVnE
// console.table(ivs); // KLBqPJxzefU$KLBqPJydVnE
// console.table(init); // KLBqPJxzefU$KLBqPJydVnE
// console.log(typeof init);
if (initValue != null && init != null) {
ivs.push(moment(parseInt(initValue)));
if(init && init[end.base52]){
ivs.push(moment(parseInt(init[end.base52])));
}else if(obj[end.base52]){
}else if(obj && obj[end.base52]){
ivs.push(moment(parseInt(obj[end.base52])));
// 钟是志 2021年9月28日13:59:48
// 禅道bug http://scjoyedu.eicp.net:88/zentao/bug-view-21843.html
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论