@ -351,7 +351,8 @@ const moldColumns = [
const fetchDeviceLedgerPage = (params: Record<string, any>) => {
return DeviceLedgerApi.getDeviceLedgerPage({
...params,
isScheduled: 1
isScheduled: 1,
deviceStatus: 0
})
}
const openDeviceSelectDialog = () => {