提交 7c0318fd 编写于 作者: bo.dang's avatar bo.dang

下载提示修改

上级 6bdf18f5
...@@ -1040,6 +1040,9 @@ export default { ...@@ -1040,6 +1040,9 @@ export default {
if (xmlHttp.status == 200) { //200表示执行成功 if (xmlHttp.status == 200) { //200表示执行成功
DownloadJS(xmlHttp.response, strFileName, strMimeType); DownloadJS(xmlHttp.response, strFileName, strMimeType);
} }
// else {
// vm.$message.error("下载失败");
// }
} }
} }
}, },
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册