Commit cf97d961 by 冷斌

fix bug

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