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