Fix #19 Ansprechpartner nicht auswählbar
This commit is contained in:
@@ -1824,7 +1824,7 @@ const setRowData = async (row, service = {sellingPriceComposed: {}}, product = {
|
|||||||
>
|
>
|
||||||
<InputGroup>
|
<InputGroup>
|
||||||
<USelectMenu
|
<USelectMenu
|
||||||
:options="contacts.filter(i => i.customer === itemInfo.customer)"
|
:options="contacts.filter(i => i.customer?.id === itemInfo.customer)"
|
||||||
option-attribute="fullName"
|
option-attribute="fullName"
|
||||||
value-attribute="id"
|
value-attribute="id"
|
||||||
:search-attributes="['name']"
|
:search-attributes="['name']"
|
||||||
|
|||||||
Reference in New Issue
Block a user