CN-671 Dashboard - 多维度表格优化:更改tab时,不重新请求接口;显示更多按钮在点击后消失功能实现;
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user