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

This commit is contained in:
toruksmakto 2019-03-19 18:33:59 +08:00 committed by Pan
parent 0c50029cf7
commit fef9fda685
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({ export function export_json_to_excel({
multiHeader, multiHeader = [],
header, header,
data, data,
filename, filename,
merges, merges = [],
autoWidth = true, autoWidth = true,
bookType= 'xlsx' bookType= 'xlsx'
} = {}) { } = {}) {