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++) {
// let o = vm.obj.items[i];
//get item only without children
//get copy of item without child collections for independant submit
const {
expenses: removedKey1,
labors: removedKey2,