1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-04-05 11:18:42 +08:00

fix[Excel]: fixed export bug (#1736)

This commit is contained in:
toruksmakto 2019-03-19 18:33:59 +08:00 committed by 花裤衩
parent 715fe3e684
commit ccb227fbec

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'
} = {}) {