fix: update shelving options to use URL for data retrieval in ClaimAction component
gitea/salix-front/pipeline/head This commit looks good Details
gitea/salix-front/pipeline/pr-master This commit is unstable Details

This commit is contained in:
Javi Gallego 2025-03-11 07:41:30 +01:00
parent d53d1a5ad3
commit 852e72eb90
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"