Commit cf415361 by 冷斌

fix bug

parent fd29d28f
......@@ -409,7 +409,7 @@
if(res.status == 1) {
let array = res.data.data.length > 0 ? res.data.data : []
that.myYiZuo = [].concat(array.map( r => {
console.log(r.update_time , Date(r.update_time * 1000).Format('yyyy-mm-dd HH:MM:ss'))
console.log(r.update_time , new Date(r.update_time * 1000).Format('yyyy-mm-dd HH:MM:ss'))
return {
id: r.exams_paper_id,
title: r.paper_info.exams_paper_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