fix: detection列表加上分页、顶部柱状图时区解决;实体列表--ip下拉的地图查询参数修正
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user