refactor: edit page size
This commit is contained in:
parent
925ed7dd9e
commit
f064ede9d3
1 changed files with 1 additions and 1 deletions
|
|
@ -588,7 +588,7 @@ async function fetchListOfProductIsAdd(productGroupId: string) {
|
||||||
: undefined,
|
: undefined,
|
||||||
productGroupId,
|
productGroupId,
|
||||||
shared: true,
|
shared: true,
|
||||||
page: 150,
|
pageSize: 150,
|
||||||
});
|
});
|
||||||
|
|
||||||
if (res) {
|
if (res) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue