forked from verdnatura/salix-front
chore: refs #4074 fix tests
This commit is contained in:
parent
04aa96b798
commit
f8cbb0a762
|
@ -57,7 +57,11 @@ const init = async (data) => {
|
|||
option-label="code"
|
||||
option-value="id"
|
||||
hide-selected
|
||||
:readonly="!hasAny('Worker','__get__locker','READ')"
|
||||
:readonly="
|
||||
!hasAny([
|
||||
{ model: 'Worker', props: '__get__locker', accessType: 'READ' },
|
||||
])
|
||||
"
|
||||
/>
|
||||
</template>
|
||||
</FormModel>
|
||||
|
|
Loading…
Reference in New Issue