2023-3-27
This commit is contained in:
@@ -798,7 +798,7 @@
|
||||
exportExcel(this.listQuery).then((resp) => {
|
||||
// loading.close()
|
||||
const blob = new Blob([resp], {
|
||||
type: 'application/vnd.ms-excel'
|
||||
type: 'application/vnd.ms-excel;charset=utf-8'
|
||||
})
|
||||
const fileName = '订单列表' + '.xls'
|
||||
const elink = document.createElement('a')
|
||||
|
||||
Reference in New Issue
Block a user