forked from verdnatura/salix-front
Merge pull request 'fix: modelName' (!1189) from hotfix-7366travelPopup into master
Reviewed-on: verdnatura/salix-front#1189 Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
commit
14b8fc150b
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue