no message

Former-commit-id: 790cbb22968ec5539df092e91148e7cc75baf8c1
Former-commit-id: b86992bc97242244f343f0311cae6400adf24641
Former-commit-id: 7d67b7feff3025551a4881da6e75fa11b7ab2fd4
This commit is contained in:
李杨
2018-02-11 22:38:55 +08:00
parent 5bcc00dc8a
commit 8658217baa
3 changed files with 9 additions and 10 deletions

View File

@@ -22,7 +22,7 @@ export default {
// 下载数据
ExportCsv.download(_params.title, data)
// 完成
resolve(data)
resolve()
})
},
// 导出 Excel
@@ -42,10 +42,7 @@ export default {
// 导出 Excel
Excel.export_json_to_excel(header, data, _params.title)
// 完成
resolve({
header,
data
})
resolve()
})
}
}