Commit 7643cbb8 by liangjianmin

fix

parent 258c6a53
......@@ -633,9 +633,9 @@
message: '导出成功',
type: 'success'
});
this.downHref = res.data;
const newsUrl = this.$router.resolve(res.data);
window.open(res.data);
this.downHref = res.msg;
const newsUrl = this.$router.resolve(res.msg);
window.open(newsUrl);
} else if (res.code == -1) {
//导出失败
this.$message({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment