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:
parent
b29a22bcfc
commit
1ff0560522
|
@ -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'
|
||||
} = {}) {
|
||||
|
|
Loading…
Reference in New Issue