Commit de117565 by 陈超

A

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