Commit ebb84dbe authored by 黄奎's avatar 黄奎

111

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