fix: update shelving options to use URL for data retrieval in ClaimAction component
This commit is contained in:
parent
d53d1a5ad3
commit
852e72eb90
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue