refactor: set page 150 of product

This commit is contained in:
Thanaphon Frappet 2024-11-27 09:20:49 +07:00
parent e7cb52d482
commit a12edf474d

View file

@ -585,6 +585,7 @@ async function fetchListOfProductIsAdd(productGroupId: string) {
: undefined,
productGroupId,
shared: true,
page: 150,
});
if (res) {
@ -3477,7 +3478,6 @@ watch(
@select="
(data) => {
const tempValue = selectProduct.find((v) => v.id === i.id);
if (tempValue) {
selectProduct = selectProduct.filter((v) => v.id !== i.id);
} else {