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) {
|
async function searchProduct(isAdd: boolean = true) {
|
||||||
const res = await fetchListProduct({
|
const res = await fetchListProduct({
|
||||||
query: inputSearchWorkProduct.value,
|
query: inputSearchWorkProduct.value,
|
||||||
|
productGroupId: currentIdGroup.value,
|
||||||
});
|
});
|
||||||
|
|
||||||
if (res) {
|
if (res) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue