This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user