history
This commit is contained in:
@@ -1151,7 +1151,7 @@ export default {
|
||||
this.getPatrolInstanceRealyPath(res.data.result.actualStartTime,res.data.result.actualEndTime);
|
||||
setInterval(()=>{
|
||||
this.getPatrolInstanceRealyPath(res.data.result.actualStartTime,res.data.result.actualEndTime);
|
||||
},50000)
|
||||
},2000)
|
||||
}
|
||||
|
||||
})
|
||||
@@ -1175,6 +1175,7 @@ export default {
|
||||
|
||||
service.get(`/sys/equipment/trajectory`, {
|
||||
params: {
|
||||
pageSize:1000,
|
||||
uerId: this.moveUserId,
|
||||
startTime:dayjs().startOf('day').format('YYYY-MM-DD HH:mm'),
|
||||
endTime:dayjs().endOf('day').format('YYYY-MM-DD HH:mm'),
|
||||
|
||||
Reference in New Issue
Block a user