Commit fd29d28f by 冷斌

fix bug

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