Commit b89a4246 by 陈超

A

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