src/views/realTimePolice/real.vue
@@ -731,7 +731,7 @@ this.$router.push({ query: {} }); var today = new Date(); var params ={}; if(e==0){ params = { beginTime: this.showToDay(today)+" 00:00:00", @@ -867,7 +867,7 @@ this.showMap = true; this.$nextTick(() => { this.$refs.mapDiv.onload = () => { window.frames[1].init("ClientManagement", { x: row.jd, y: row.wd }); window.frames[1].init("ClientManagement", { x: row.jd, y: row.wd , clientID: row.deviceNumber}); }; }); },