feat: adjust page size, fix missing stock column, and implement smart SKU aggregation when SN is hidden
This commit is contained in:
@ -844,7 +844,7 @@ const tempCategorySuffix = ref<string>('');
|
||||
|
||||
const queryParams = reactive<QueryParams>({
|
||||
pageNum: 1,
|
||||
pageSize: 100,
|
||||
pageSize: 10,
|
||||
keyword: '',
|
||||
searchField: 'all',
|
||||
category: '',
|
||||
|
||||
Reference in New Issue
Block a user