This commit is contained in:
2021-06-11 17:21:43 +00:00
parent c44b748b71
commit 4e59992e48
3 changed files with 4 additions and 2 deletions

View File

@@ -656,7 +656,7 @@ export default {
});
break;
case window.$gz.type.WorkOrderItemPartRequest:
z.parts.forEach((x, childindex) => {
z.partRequests.forEach((x, childindex) => {
if (x.id == val.id) {
navto.woitemindex = itemindex;
navto.childindex = childindex;