@@ -190,7 +190,7 @@ let calcTools = {
treeNode.data.fees.push(fee);
treeNode.data.feesIndex[fieldName] = fee;
- treeNode.updateData.fees = _.cloneDeep(treeNode.data.fees);
+ treeNode.updateData.fees = treeNode.data.fees;
treeNode.changed = true;
};
},