✨ feat: 默认分页改为20
This commit is contained in:
@@ -47,7 +47,7 @@ export default {
|
||||
this.vendorLoading = true;
|
||||
listSupplier({
|
||||
pageNum: 1,
|
||||
pageSize: 10,
|
||||
pageSize: 20,
|
||||
name: query
|
||||
}).then(response => {
|
||||
this.vendorList = response.rows;
|
||||
|
||||
Reference in New Issue
Block a user