|
@@ -735,7 +735,8 @@ class CalcProgram {
|
|
|
programID: node.data.programID,
|
|
|
marketUnitFee: node.data.marketUnitFee,
|
|
|
marketTotalFee: node.data.marketTotalFee,
|
|
|
- fees: node.data.fees
|
|
|
+ fees: node.data.fees,
|
|
|
+ isFromDetail:node.data.isFromDetail
|
|
|
};
|
|
|
let newData = {'updateType': 'ut_update', 'updateData': data};
|
|
|
me.project.push(node.sourceType, [newData]);
|