This commit is contained in:
Viet An
2026-06-11 09:16:47 +07:00
parent 03f3112573
commit a5a88b3b1c
6 changed files with 49 additions and 50 deletions

View File

@@ -210,7 +210,7 @@ const project = await $getdata("project", { filter: { id: props.projectId }, fir
const images = ref([]);
const isForProduct = computed(() => props.productId !== undefined);
const product = isForProduct.value
? await $getdata("product", { filter: { id: props.productId }, first: true })
? await $getdata("Product", { filter: { id: props.productId }, first: true })
: undefined;
const showmodal = ref();
const imgshow = ref([]);