Commit 464eb8ad by 陈超

A

parent 502de491
...@@ -240,7 +240,7 @@ ...@@ -240,7 +240,7 @@
dataType: "json", dataType: "json",
success: function(res) { success: function(res) {
if(res.status == 1) { if(res.status == 1) {
let array = res.data let array = res.data.data
that.zhenti = [].concat(array.map( r => { that.zhenti = [].concat(array.map( r => {
return { return {
id: r.exams_paper_id, id: r.exams_paper_id,
......
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