style: 去除样式调整

This commit is contained in:
zhangyu
2021-07-07 18:33:05 +08:00
parent b8b75f0ae2
commit 5f2fd9f07e
3 changed files with 3 additions and 6 deletions

View File

@@ -424,6 +424,7 @@ export default {
this.chartWithPieTableInit(chartParams)
},
chartWithPieTableInit (chartParams) {
const self = this
chartParams.valueColumn = this.orderPieTable
const queryParams = { startTime: parseInt(this.startTime / 1000), endTime: parseInt(this.endTime / 1000), limit: 10, order: this.orderPieTable } // 统计数据的查询参数
const tableQueryParams = { startTime: parseInt(this.startTime / 1000), endTime: this.endTime, limit: 10, order: this.orderPieTable } // 统计数据的查询参数