fix: modelName #1189

Merged
carlossa merged 1 commits from hotfix-7366travelPopup into master 2025-01-09 07:07:44 +00:00
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ const getUrl = (section) => `#/supplier/${entityId.value}/${section}`;
:url="`Suppliers/${entityId}/getSummary`"
@on-fetch="(data) => setData(data)"
data-key="SupplierSummary"
module-name="Supplier"
>
<template #header>
<span>{{ supplier.name }} - {{ supplier.id }}</span>