fix: correctly fetch bills
This commit is contained in:
parent
978f33b498
commit
8a50dbf435
1 changed files with 4 additions and 4 deletions
|
|
@ -74,11 +74,11 @@ const MachineRoute = () => {
|
||||||
setLoading(false)
|
setLoading(false)
|
||||||
},
|
},
|
||||||
variables: {
|
variables: {
|
||||||
deviceId: id
|
|
||||||
},
|
|
||||||
billFilters: {
|
|
||||||
deviceId: id,
|
deviceId: id,
|
||||||
batch: 'none'
|
billFilters: {
|
||||||
|
deviceId: id,
|
||||||
|
batch: 'none'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue