This commit is contained in:
2021-06-30 22:30:46 +00:00
parent bca6dbce38
commit 7e3a964c05
4 changed files with 38 additions and 9 deletions

View File

@@ -115,17 +115,17 @@ export default {
x.id = 0;
x.concurrency = undefined;
x.isDirty = true;
x.cost = 0;
x.listPrice = 0;
});
z.parts.forEach(x => {
x.id = 0;
x.concurrency = undefined;
x.isDirty = true;
x.cost = 0;
x.listPrice = 0;
});
// z.partRequests.forEach(x => {
// x.id = 0;
// x.concurrency = undefined;
// x.isDirty = true;
// });
z.scheduledUsers.forEach(x => {
x.id = 0;
x.concurrency = undefined;