统一前端导出数据

This commit is contained in:
不做码农 2021-12-12 13:37:43 +08:00
parent b40cd33abb
commit 77aec2ed3d

View File

@ -562,7 +562,7 @@ export default {
const { code, data } = response;
if (code == 200) {
this.msgSuccess("导出成功");
this.download(data.fileName);
this.download(data.path);
} else {
this.msgError("导出失败");
}