Commit 1cb50dc3 by Kyle_Li

修改异常会员分页

parent 217516f7
......@@ -440,7 +440,8 @@ export default {
const { select1, input1, select2, input21, input22, select3, select4 } = this.searchData;
let params = {
currentPage: options.cPage,
pageSize: options.pSize,
// pageSize: options.pSize,
pageSize: this.pageSize,
keywordType: select1,
keyword: input1 || undefined,
consumptionType: select2,
......
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