统一前端导出数据
This commit is contained in:
parent
b40cd33abb
commit
77aec2ed3d
@ -562,7 +562,7 @@ export default {
|
|||||||
const { code, data } = response;
|
const { code, data } = response;
|
||||||
if (code == 200) {
|
if (code == 200) {
|
||||||
this.msgSuccess("导出成功");
|
this.msgSuccess("导出成功");
|
||||||
this.download(data.fileName);
|
this.download(data.path);
|
||||||
} else {
|
} else {
|
||||||
this.msgError("导出失败");
|
this.msgError("导出失败");
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user