Commit de117565 by 陈超

A

parent f2b4175d
......@@ -662,8 +662,6 @@
saveProgress: function() {
let that = this
let param = this.collectParam()
console.log(param)
return
$.post(
U('exams/Index/doProgressExams'),
param,
......@@ -684,7 +682,10 @@
})
},
submitPaper: function() {
let that = this
let param = this.collectParam()
console.log(param)
return
}
}
})
......
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