fix: 修复subscriber实体地图时间参数长度不对的问题
This commit is contained in:
@@ -197,8 +197,8 @@ export default {
|
||||
})*/
|
||||
const params = {
|
||||
resource: this.entity.entityName,
|
||||
startTime: this.timeFilter.startTime,
|
||||
endTime: this.timeFilter.endTime
|
||||
startTime: getSecond(this.timeFilter.startTime),
|
||||
endTime: getSecond(this.timeFilter.endTime)
|
||||
}
|
||||
return axios.get(`${api.entity.locationTrack}`, { params })
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user