fix: detection列表加上分页、顶部柱状图时区解决;实体列表--ip下拉的地图查询参数修正

This commit is contained in:
chenjinsong
2022-03-05 20:25:03 +08:00
parent 3af81d28a3
commit f4daaa8e75
5 changed files with 21 additions and 17 deletions

View File

@@ -257,8 +257,7 @@ export default {
const queryParams = {
startTime: parseInt(this.timeFilter.startTime / 1000),
endTime: parseInt(this.timeFilter.endTime / 1000),
ip: this.entityData.ipAddr,
country: this.entityData.ipLocationCountry
ip: this.entityData.ipAddr
}
return queryParams
},