From 89ee68c59cdcaa4b7fa0178be42d58bec651ee73 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 09 七月 2020 12:15:03 +0800
Subject: [PATCH] 2020-07-09

---
 src/tabviews/zshare/actionList/excelInbutton/index.jsx |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/tabviews/zshare/actionList/excelInbutton/index.jsx b/src/tabviews/zshare/actionList/excelInbutton/index.jsx
index 49edf75..6130d75 100644
--- a/src/tabviews/zshare/actionList/excelInbutton/index.jsx
+++ b/src/tabviews/zshare/actionList/excelInbutton/index.jsx
@@ -225,6 +225,12 @@
       })
       this.updateStatus('over')
       return
+    } else if (data.length * btn.verify.columns.length > 30000) {
+      notification.warning({
+        top: 92,
+        message: '褰撳墠瀵煎叆鏁版嵁閲忚繃澶э紝濡傞亣閿欒鎻愮ず锛岃鍒嗘壒瀵煎叆锛�',
+        duration: 5
+      })
     }
 
     let result = Utils.getExcelInSql(btn, data, this.state.dict)

--
Gitblit v1.8.0