refactor: send orderby = asc
This commit is contained in:
parent
01065c05e8
commit
006eab0b2f
1 changed files with 1 additions and 0 deletions
|
|
@ -545,6 +545,7 @@ async function searchProduct(isAdd: boolean = true) {
|
|||
productGroupId: currentIdGroup.value,
|
||||
shared: true,
|
||||
activeOnly: isAdd ? true : undefined,
|
||||
orderBy: 'asc',
|
||||
});
|
||||
|
||||
if (res) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue