Commit c8d2a729 by wkliang

fix

parent 1f233203
......@@ -90,7 +90,7 @@ class FblicenseService extends AppServiceBase {
subject_format: data.subject_format || "",
status: data.status || "",
page: data.page || 1,
pagesize: data.apgeSize || 10,
pagesize: data.pageSize || 10,
sort: data.sort ? { [`${data.sort.split(" ")[0]}`]: { order: data.sort.split(' ')[1] } } : ""
}
let url = `${this.fbqurl}/gsb/licence_search_condition`
......
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