Commit c3818022 by 冷斌

fix bug

parent d24dff44
...@@ -390,6 +390,7 @@ ...@@ -390,6 +390,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);
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