This commit is contained in:
liushiwei
2023-08-09 02:32:02 +08:00
parent 95e7a6136b
commit 80425f3d65
3 changed files with 5 additions and 4 deletions

View File

@@ -255,6 +255,8 @@ import { Message } from 'element-ui'
createTime: timestampToTime(item.createdAt) createTime: timestampToTime(item.createdAt)
}; };
}) })
} else {
Message.error("【拼多多】" + res.errorMsg)
} }
}); });
}, },

View File

@@ -190,10 +190,9 @@ import { Message } from 'element-ui'
} else { } else {
Message.success('销售数据加载完成,可进行导出') Message.success('销售数据加载完成,可进行导出')
} }
} else {
Message.error("【拼多多】" + res.errorMsg)
} }
console.log(this.list)
}); });
}, },
startDownload() { startDownload() {

View File

@@ -201,7 +201,7 @@
let mallInfo = this.mallList.filter(item => { let mallInfo = this.mallList.filter(item => {
return item.mallId == this.mallId return item.mallId == this.mallId
}) })
this.mallName = mallInfo.mallName this.mallName = mallInfo[0].mallName
// 下载数据 // 下载数据
this.tableData = [] this.tableData = []