6321_negative_tickets #1371
|
@ -186,7 +186,7 @@ function onBuysFetched(data) {
|
||||||
<FetchData
|
<FetchData
|
||||||
ref="fetchItemLack"
|
ref="fetchItemLack"
|
||||||
:url="`Tickets/itemLack`"
|
:url="`Tickets/itemLack`"
|
||||||
:params="{ itemFk: entityId }"
|
:params="{ id: entityId }"
|
||||||
@on-fetch="(data) => (itemLack = data[0])"
|
@on-fetch="(data) => (itemLack = data[0])"
|
||||||
auto-load
|
auto-load
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue