Commit 8d8c1e30 by 冷斌

fix bug

parent a4e7f260
...@@ -327,7 +327,7 @@ ...@@ -327,7 +327,7 @@
let that = this let that = this
$.ajax({ $.ajax({
type: "GET", type: "GET",
url: "{:U('exams/Index/paper')}" + "&api=1&c=" + that.conditionId, url: "{:U('exams/Index/paper')}" + "&api=2&c=" + that.conditionId,
dataType: "json", dataType: "json",
success: function(res) { success: function(res) {
if(res.status == 1) { if(res.status == 1) {
......
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