CN-671 Dashboard - 多维度表格优化:更改tab时,不重新请求接口;显示更多按钮在点击后消失功能实现;

This commit is contained in:
hanyuxia
2022-08-30 09:34:38 +08:00
parent 2dbfa51a24
commit b15613aa91
3 changed files with 63 additions and 33 deletions

View File

@@ -120,7 +120,7 @@ export default {
{ label: 'network.eventType', prop: 'eventType' },
{ label: 'network.eventCount', prop: 'count' }
],
isNoData: false,
isNoData: false
}
},
mixins: [chartMixin],
@@ -155,7 +155,7 @@ export default {
}
this.tableData = res.data.result
console.log(res.data.result)
}else {
} else {
this.isNoData = true
}
}).finally(() => {