1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-04-06 03:57:53 +08:00

fix: Update Export2Excel.js (#4191)

Export2Excel.js 代码第 83 行报错,找不到属性 XLSX.utils
This commit is contained in:
百里飞洋 2024-03-14 23:29:16 +08:00 committed by GitHub
parent 0caa975ee2
commit 5843615f9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
/* eslint-disable */
import { saveAs } from 'file-saver'
import XLSX from 'xlsx'
import * as XLSX from 'xlsx'
function generateArray(table) {
var out = [];