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'
: undefined,
productGroupId,
shared: true,
});
if (res) {
@ -3281,11 +3282,6 @@ watch(
inputSearchWorkProduct = '';
}
"
:show="
() => {
searchProduct();
}
"
>
<div
class="full-width q-pa-lg column"