fix: search shared product
This commit is contained in:
parent
385e65c887
commit
bd718eb492
1 changed files with 1 additions and 5 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue