1
0
forked from test/crm

fix: contact/organization page not loading

(cherry picked from commit 8c94049e3cce7aadf83ad7e823d185ebd86af3f3)
(cherry picked from commit 4e84fd0731b15e1e16ec7da211da722aa1e5c401)
This commit is contained in:
Shariq Ansari 2025-05-15 01:01:48 +05:30 committed by Mergify
parent 013119961a
commit ed1c54a7a5
6 changed files with 6 additions and 6 deletions

View File

@ -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"
/>

View File

@ -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"
/>

View File

@ -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"
>

View File

@ -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"
/>

View File

@ -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"
/>

View File

@ -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"
/>