This commit is contained in:
2021-04-12 22:55:44 +00:00
parent c0722be846
commit 351d091f22

View File

@@ -690,8 +690,7 @@ async function saveItems(vm) {
} }
for (let i = 0; i < totalItems; i++) { for (let i = 0; i < totalItems; i++) {
// let o = vm.obj.items[i]; //get copy of item without child collections for independant submit
//get item only without children
const { const {
expenses: removedKey1, expenses: removedKey1,
labors: removedKey2, labors: removedKey2,