|
@@ -1099,7 +1099,7 @@ export default {
|
|
|
},
|
|
|
params: this.getSearchForm(),
|
|
|
url,
|
|
|
- responseType: "blob",
|
|
|
+ // responseType: "blob",
|
|
|
};
|
|
|
this.$confirm("您确定导出报表", "提示", {
|
|
|
confirmButtonText: "确定",
|
|
@@ -1110,6 +1110,7 @@ export default {
|
|
|
load.startLoading();
|
|
|
axios(options)
|
|
|
.then((res) => {
|
|
|
+ console.log(res)
|
|
|
this.$message.success(res.data.data)
|
|
|
// let blob = new Blob([res.data], {
|
|
|
// type: 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=utf-8'
|