|
@@ -193,7 +193,7 @@ $(document).ready(() => {
|
|
|
} else {
|
|
|
const orgCalc = getCompare(data, compareFields.parentCalc, 'org_', 0);
|
|
|
const newCalc = getCompare(data, compareFields.parentCalc, 'new_', 0);
|
|
|
- if (!_.isMatch(newCalc, orgCalc)) data.push('calc');
|
|
|
+ if (!_.isMatch(newCalc, orgCalc)) data.differ.push('calc');
|
|
|
}
|
|
|
const orgInfo = getCompare(data, compareFields.info, 'org_', '');
|
|
|
const newInfo = getCompare(data, compareFields.info, 'new_', '');
|