Commit 6eae1c0b by 陈超

T

parent 95f08a11
......@@ -351,7 +351,7 @@
let that = this
$.ajax({
type: "GET",
url: "{:U('exams/Index/paper')}"+"api=1&search=" + '',
url: "{:U('exams/Index/paper')}"+"?api=1&search=" + '',
dataType: "json",
success: function(res) {
let array = res.data.length > 0 ? res.data : []
......
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