From ad1528e53b9fb04bf934c9090b7eb8890316f95f Mon Sep 17 00:00:00 2001 From: sjl <1716605279@qq.com> Date: Fri, 9 Jan 2026 10:44:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=87=BA=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/tableStore.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/tableStore.ts b/src/utils/tableStore.ts index 37aa918c..887b04c9 100644 --- a/src/utils/tableStore.ts +++ b/src/utils/tableStore.ts @@ -218,6 +218,7 @@ export default class TableStore { this.table.exportProcessingData && this.table.exportProcessingData() this.table.allFlag = data.showAllFlag || true this.table.exportLoading = false + console.log('-=-=',this.table) }) .catch(() => { this.table.exportLoading = false