Commit ebb84dbe authored by 黄奎's avatar 黄奎

111

parent 17637378
...@@ -304,7 +304,7 @@ ...@@ -304,7 +304,7 @@
if (!msg.Id || msg.Id == "") { if (!msg.Id || msg.Id == "") {
msg.Id = 0; msg.Id = 0;
} }
this.checkedCities = [];
this.downLoadLoading = true; this.downLoadLoading = true;
this.loadingText = "正在下载品牌文件,请勿关闭或刷新页面..."; this.loadingText = "正在下载品牌文件,请勿关闭或刷新页面...";
var that = this; var that = this;
...@@ -320,7 +320,8 @@ ...@@ -320,7 +320,8 @@
(res) => { (res) => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
clearInterval(this.download_timer); clearInterval(this.download_timer);
this.loadingText = "正在下载品牌文件,请勿关闭或刷新页面...";; this.checkedCities = [];
this.loadingText = "正在下载品牌文件,请勿关闭或刷新页面...";;
var filepath = res.data.data; var filepath = res.data.data;
var key = res.data.message; var key = res.data.message;
var params = { var params = {
...@@ -329,7 +330,7 @@ ...@@ -329,7 +330,7 @@
//删除缓存和Key //删除缓存和Key
var deleteparams = { var deleteparams = {
key: key, key: key,
fileUrl:filepath fileUrl: filepath
}; };
that.GetLocalFile( that.GetLocalFile(
"/api/Trade/GetFile", params, "品牌信息.xls", null, "/api/Trade/GetFile", params, "品牌信息.xls", null,
......
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 to comment