king
2020-07-09 89ee68c59cdcaa4b7fa0178be42d58bec651ee73
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)