fix: contact/organization page not loading
This commit is contained in:
parent
646c76c3cb
commit
8c94049e3c
@ -121,9 +121,9 @@
|
||||
class="flex flex-1 flex-col justify-between overflow-hidden"
|
||||
>
|
||||
<SidePanelLayout
|
||||
v-model="contact.data"
|
||||
:sections="sections.data"
|
||||
doctype="Contact"
|
||||
:docname="contact.data.name"
|
||||
@update="updateField"
|
||||
@reload="sections.reload"
|
||||
/>
|
||||
|
||||
@ -130,9 +130,9 @@
|
||||
class="flex flex-1 flex-col justify-between overflow-hidden"
|
||||
>
|
||||
<SidePanelLayout
|
||||
v-model="contact.data"
|
||||
:sections="sections.data"
|
||||
doctype="Contact"
|
||||
:docname="contact.data.name"
|
||||
@update="updateField"
|
||||
@reload="sections.reload"
|
||||
/>
|
||||
|
||||
@ -62,9 +62,9 @@
|
||||
class="flex flex-1 flex-col justify-between overflow-hidden"
|
||||
>
|
||||
<SidePanelLayout
|
||||
v-model="deal.data"
|
||||
:sections="sections.data"
|
||||
doctype="CRM Deal"
|
||||
:docname="deal.data.name"
|
||||
@update="updateField"
|
||||
@reload="sections.reload"
|
||||
>
|
||||
|
||||
@ -67,9 +67,9 @@
|
||||
class="flex flex-1 flex-col justify-between overflow-hidden"
|
||||
>
|
||||
<SidePanelLayout
|
||||
v-model="lead.data"
|
||||
:sections="sections.data"
|
||||
doctype="CRM Lead"
|
||||
:docname="lead.data.name"
|
||||
@update="updateField"
|
||||
@reload="sections.reload"
|
||||
/>
|
||||
|
||||
@ -112,9 +112,9 @@
|
||||
class="flex flex-1 flex-col justify-between overflow-hidden"
|
||||
>
|
||||
<SidePanelLayout
|
||||
v-model="organization.doc"
|
||||
:sections="sections.data"
|
||||
doctype="CRM Organization"
|
||||
:docname="organization.doc.name"
|
||||
@update="updateField"
|
||||
@reload="sections.reload"
|
||||
/>
|
||||
|
||||
@ -106,9 +106,9 @@
|
||||
class="flex flex-1 flex-col justify-between overflow-hidden"
|
||||
>
|
||||
<SidePanelLayout
|
||||
v-model="organization.doc"
|
||||
:sections="sections.data"
|
||||
doctype="CRM Organization"
|
||||
:docname="organization.doc.name"
|
||||
@update="updateField"
|
||||
@reload="sections.reload"
|
||||
/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user