Commit f9c8be82 by 陈超

T

parent 8bd883a1
......@@ -361,7 +361,7 @@
url: "{:U('exams/Index/paper')}"+"&api=1&search=" + that.keyword,
dataType: "json",
success: function(res) {
let array = res.data.length > 0 ? res.data : [],
let array = res.data.length > 0 ? res.data : []
that.options[1] = array.map( r => {
return {
id: r.exams_paper_id,
......
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