From a53e6af0dc068d4d15d9c624d49eb5877e0e4922 Mon Sep 17 00:00:00 2001 From: jialinjing Date: Mon, 2 Aug 2021 15:53:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E9=80=8F=E8=A7=86=20=E6=95=B0=E6=8D=AE=E5=A3=B0=E6=98=8Ebug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/controllers/pivotTable.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/controllers/pivotTable.js b/src/controllers/pivotTable.js index 90e0f4c..252994f 100644 --- a/src/controllers/pivotTable.js +++ b/src/controllers/pivotTable.js @@ -731,9 +731,7 @@ const pivotTable = { redo["type"] = "pivotTable_change"; redo["curdata"] = $.extend(true, [], data); redo["sheetIndex"] = Store.currentSheetIndex; - - let pivotTable = _this.getPivotTableData(); - redo["pivotTablecur"] = pivotTable; + redo["pivotTablecur"] = _this.getPivotTableData(); if(Store.clearjfundo){ Store.jfundo.length = 0;