dtable-statistic 5.0.42-alpha.31 → 5.0.42-alpha.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -628,7 +628,7 @@ const updatedOneDimensionToTable = _ref5 => {
628
628
  console.log('item', item);
629
629
  console.log('rowTotal', rowTotal);
630
630
  updateRow[_reactIntlUniversal.default.get('Total')] = rowTotal;
631
- oldRow[_reactIntlUniversal.default.get('Total')] = row[_reactIntlUniversal.default.get('Total')];
631
+ oldRow[_reactIntlUniversal.default.get('Total')] = rowTotal;
632
632
  if (Object.keys(updateRow).length > 0) {
633
633
  console.log(222);
634
634
  const rowId = row._id;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-statistic",
3
- "version": "5.0.42-alpha.31",
3
+ "version": "5.0.42-alpha.32",
4
4
  "description": "statistics",
5
5
  "main": "dist/dtable-statistic.js",
6
6
  "author": "seafile",