fix: productGroupId missing
This commit is contained in:
parent
a848beb1bf
commit
eed5a24fe7
1 changed files with 1 additions and 0 deletions
|
|
@ -519,6 +519,7 @@ const onCreateImageList = ref<{
|
|||
async function searchProduct(isAdd: boolean = true) {
|
||||
const res = await fetchListProduct({
|
||||
query: inputSearchWorkProduct.value,
|
||||
productGroupId: currentIdGroup.value,
|
||||
});
|
||||
|
||||
if (res) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue