| src/views/policeTracking/policeTracking.vue | ●●●●● patch | view | raw | blame | history |
src/views/policeTracking/policeTracking.vue
@@ -600,7 +600,6 @@ this.baseUrl = `/map/index.html?ISinit=1&openid=AlertSecurity&id=${this.form.id}&jd=${this.form.jd}&wd=${this.form.wd}&pid=${this.form.deptId}&deptId=${this.form.deptId}&oneId=${this.form.oneId}`; }, mounted() { this.getList(); this.getAudios(); this.getImgAndVideo(); this.$refs.mapDiv.onload = () => { @@ -924,6 +923,7 @@ }, }).then(function (res) { that.form = res.data.data.records[0]; that.getList(); }); }, },