fix: search shared product

This commit is contained in:
Thanaphon Frappet 2024-11-13 15:43:33 +07:00
parent 385e65c887
commit bd718eb492

View file

@ -580,6 +580,7 @@ async function fetchListOfProductIsAdd(productGroupId: string) {
? 'ACTIVE' ? 'ACTIVE'
: undefined, : undefined,
productGroupId, productGroupId,
shared: true,
}); });
if (res) { if (res) {
@ -3281,11 +3282,6 @@ watch(
inputSearchWorkProduct = ''; inputSearchWorkProduct = '';
} }
" "
:show="
() => {
searchProduct();
}
"
> >
<div <div
class="full-width q-pa-lg column" class="full-width q-pa-lg column"