fix(ClaimAction): update shelving options to use URL instead of static data
gitea/salix-front/pipeline/head This commit looks good Details

This commit is contained in:
Javi Gallego 2025-03-10 20:33:39 +01:00
parent a49b2851a8
commit 2eeef91a1e
1 changed files with 1 additions and 1 deletions

View File

@ -328,7 +328,7 @@ async function post(query, params) {
<QTd>
<VnSelect
v-model="row.shelvingFk"
:options="shelvings"
url="Shelvings"
option-label="code"
option-value="id"
style="width: 100px"