refactor: send orderby = asc

This commit is contained in:
Thanaphon Frappet 2025-01-06 12:01:40 +07:00
parent 01065c05e8
commit 006eab0b2f

View file

@ -545,6 +545,7 @@ async function searchProduct(isAdd: boolean = true) {
productGroupId: currentIdGroup.value,
shared: true,
activeOnly: isAdd ? true : undefined,
orderBy: 'asc',
});
if (res) {