提交 d2589d48 authored 作者: 宋雄's avatar 宋雄

优化

上级 349653fe
...@@ -327,7 +327,7 @@ export default { ...@@ -327,7 +327,7 @@ export default {
}, },
async getDataStatistics() { async getDataStatistics() {
this.confirmLoading = true this.confirmLoading = true
let { result } = await shareBoardApi({ platformType: 'central', date: this.time }) let { result } = await shareBoardApi({ platformType: 'central', date: this.time || '' })
if (result) { if (result) {
this.pageData = {...result} this.pageData = {...result}
this.dataList1 = result.shareByMonth.map((item) => { this.dataList1 = result.shareByMonth.map((item) => {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论