CN-363 流量Dashboard的APP和域名类别信誉表下钻信息显示异常

This commit is contained in:
hanyuxia
2022-03-11 17:36:55 +08:00
parent c3b7136d3c
commit db566b47d5

View File

@@ -47,7 +47,7 @@ export default {
},
methods: {
handleQueryParams (queryParams) {
this.timeFilter = {
return this.timeFilter = {
startTime: Number(queryParams.startTime) * 1000,
endTime: Number(queryParams.endTime) * 1000
}