This commit is contained in:
2021-09-09 14:15:20 +00:00
parent 3fd06a33bb
commit 2abe816549

View File

@@ -22,7 +22,7 @@
ref="customerId"
data-cy="customerId"
variant="ho"
template="{}"
template="{}"<----this is where I left off
@input="fieldValueChanged('customerId')"
></gz-pick-list>
</v-col>
@@ -80,7 +80,8 @@
>
<gz-pick-list
:aya-type="ayaTypes().Unit"
:variant="'customerid:' + obj.customerId"
:variant="'customerid:' + obj.customerId" //also this needs hoid variant here
template="{}"<----this is where I left off
v-model="obj.unitId"
:readonly="formState.readOnly"
:label="$ay.t('CustomerServiceRequestItemUnitID')"