为风险明细列表添加分页选择器
This commit is contained in:
@@ -19,4 +19,8 @@ const source = fs.readFileSync(
|
||||
"abnormalAccountList",
|
||||
"handleAbnormalAccountPageChange",
|
||||
"loadAbnormalAccountPeople",
|
||||
":page-sizes=\"riskDetailPageSizeOptions\"",
|
||||
"layout=\"total, sizes, prev, pager, next, jumper\"",
|
||||
"pageSize: this.abnormalAccountPageSize",
|
||||
"this.abnormalAccountPageSize = pageInfo.limit || this.abnormalAccountPageSize",
|
||||
].forEach((token) => assert(source.includes(token), token));
|
||||
|
||||
Reference in New Issue
Block a user