corregido id ticket por ticketFk
This commit is contained in:
parent
6fd77dda74
commit
a96e3a57b6
|
@ -76,7 +76,7 @@ export default class ProductionIndex {
|
|||
let index = [];
|
||||
checks.forEach(
|
||||
(_, i) => {
|
||||
ids.push(this.tickets[i].id);
|
||||
ids.push(this.tickets[i].ticketFk);
|
||||
index.push(i);
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue