Commit 72e4b94e by 陈超

T

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