diff --git a/src/components/ui/VnNotes.vue b/src/components/ui/VnNotes.vue index aeabcb96d..b9b70fd92 100644 --- a/src/components/ui/VnNotes.vue +++ b/src/components/ui/VnNotes.vue @@ -78,8 +78,8 @@ async function insert() { $props.id || route.params.id); const claimFilter = { where: { claimFk: claimId.value }, - fields: ['created', 'workerFk', 'text'], + fields: ['id', 'created', 'workerFk', 'text'], include: { relation: 'worker', scope: { diff --git a/src/pages/Supplier/Card/SupplierConsumption.vue b/src/pages/Supplier/Card/SupplierConsumption.vue index 33d235a5f..8011741ef 100644 --- a/src/pages/Supplier/Card/SupplierConsumption.vue +++ b/src/pages/Supplier/Card/SupplierConsumption.vue @@ -1,6 +1,6 @@