CN-333 fix : 修改了一些样式和接口请求参数

This commit is contained in:
zhangxiaolong
2022-03-07 17:27:55 +08:00
parent 51c96fbc1e
commit 97a6e893c6
15 changed files with 123 additions and 100 deletions

View File

@@ -157,7 +157,7 @@ export default {
tableData: [], // table的所有数据
currentPageData: [] // table当前页的数据
},
tabHandleClickType:''
tabHandleClickType: ''
}
},
computed: {
@@ -321,7 +321,7 @@ export default {
this.emitter.emit('chart-pageNo')
this.getChartData(null, {}, true, chartTimeFilter)
},
tabHandleClick(value){
tabHandleClick (value) {
this.tabHandleClickType = value
},
showFullscreen (show) {