Commit 49d98ae1 by 陈超

A

parent b89a4246
......@@ -112,6 +112,7 @@
opt.items = opt.items.concat(array.map( r => {
let d = new Date(r.dateline)
d.setTime(r.deadline)
console.log(d)
return {
id: r.id,
title: r.title,
......
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