- aggiornamento catalogo: lista titoli del catalogo
- scheda prodotto libro - migliorata tabella prodotto
This commit is contained in:
@@ -21,7 +21,7 @@ import type { IOptCatalogo, IMyScheda, IProduct } from '@src/model'
|
||||
|
||||
export default defineComponent({
|
||||
name: 'CContainerCatalogoCard',
|
||||
emits: ['selauthor', 'update:modelValue'],
|
||||
emits: ['selauthor', 'update:modelValue', 'updateproductmodif'],
|
||||
props: {
|
||||
id: {
|
||||
type: String,
|
||||
@@ -105,6 +105,10 @@ export default defineComponent({
|
||||
//
|
||||
}
|
||||
|
||||
function updateproductmodif(element: IProduct) {
|
||||
emit('updateproductmodif', element)
|
||||
}
|
||||
|
||||
onMounted(mounted)
|
||||
|
||||
return {
|
||||
@@ -120,6 +124,7 @@ export default defineComponent({
|
||||
opendetailbool,
|
||||
optcatalogo,
|
||||
updateCatalogo,
|
||||
updateproductmodif,
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
@@ -36,6 +36,7 @@
|
||||
v-model="optcatalogo"
|
||||
:idPage="idPage"
|
||||
@selauthor="selauthor"
|
||||
@updateproductmodif="updateproductmodif"
|
||||
:scheda="scheda"
|
||||
>
|
||||
</CCatalogoCard>
|
||||
|
||||
Reference in New Issue
Block a user