fix: productGroupId missing

This commit is contained in:
Thanaphon Frappet 2024-11-05 10:01:15 +07:00
parent a848beb1bf
commit eed5a24fe7

View file

@ -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) {