Commit cf97d961 by 冷斌

fix bug

parent 577e2feb
...@@ -399,7 +399,7 @@ ...@@ -399,7 +399,7 @@
let that = this let that = this
$.ajax({ $.ajax({
type: "GET", type: "GET",
url: "{:U('exams/Index/paper')}" + "&api=1&search=" + that.keyword, url: "{:U('exams/Index/paper')}" + "&api=3&search=" + that.keyword,
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