Excel Export Error

`Uncaught (in promise) TypeError: Cannot read property 'length' of undefined`
Details: https://panjiachen.github.io/vue-element-admin/#/excel/export-excel
This commit is contained in:
toruksmakto 2019-03-19 18:01:21 +08:00 committed by GitHub
parent b29a22bcfc
commit 1ff0560522
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -145,11 +145,11 @@ export function export_table_to_excel(id) {
}
export function export_json_to_excel({
multiHeader,
multiHeader = [],
header,
data,
filename,
merges,
merges = [],
autoWidth = true,
bookType= 'xlsx'
} = {}) {