fix: cannot select org in newDeal dialog
This commit is contained in:
parent
bd51426e12
commit
0dcd5b9eb3
@ -138,7 +138,7 @@ const allFields = [
|
|||||||
type: 'link',
|
type: 'link',
|
||||||
placeholder: 'Organization',
|
placeholder: 'Organization',
|
||||||
doctype: 'CRM Organization',
|
doctype: 'CRM Organization',
|
||||||
change: (data) => (newDeal.organization = data),
|
change: (data) => (props.newDeal.organization = data),
|
||||||
create: (value, close) => {
|
create: (value, close) => {
|
||||||
_organization.value.organization_name = value
|
_organization.value.organization_name = value
|
||||||
showOrganizationModal.value = true
|
showOrganizationModal.value = true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user