南昌市物联网技防平台-前端
shuishen
2021-04-25 b0aab1e5d6b2f30c171fc9aa353442305918b65d
交互优化
1 files modified
6 ■■■■ changed files
src/views/policeTracking/policeTracking.vue 6 ●●●● 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 = () => {
@@ -756,11 +755,11 @@
        )
        .then(function (res) {
          that.getReceivingAlarm();
          that.updatedPageData();
        });
    },
    getReceivingAlarm() {
      axios
        .get(`/api/blade-jfpts/operation/list?jid=${this.form.id}`)
@@ -924,6 +923,7 @@
        },
      }).then(function (res) {
        that.form = res.data.data.records[0];
        that.getList();
      });
    },
  },