Commit 72e4b94e by 陈超

T

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