forked from verdnatura/salix-front
refs #6943 fix sampleType
This commit is contained in:
parent
b29a56d7dd
commit
d08748b1a4
|
@ -331,6 +331,7 @@ const toCustomerSamples = () => {
|
|||
option-value="id"
|
||||
required="true"
|
||||
v-model="initialData.addressId"
|
||||
v-if="sampleType.id === 20"
|
||||
>
|
||||
<template #option="scope">
|
||||
<QItem v-bind="scope.itemProps">
|
||||
|
|
Loading…
Reference in New Issue