南昌市物联网技防平台-前端
shuishen
2021-03-26 482ca73ca0a57defc73dc7f61e03328c2bb8e49b
src/views/policeTracking/policeTracking.vue
@@ -614,7 +614,7 @@
    this.form = this.$route.query;
    this.vaddress = this.form.vaddress;
    this.getReceivingAlarm();
    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}`;
    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();
@@ -790,7 +790,7 @@
    getList() {
      var that = this;
      axios
        .get(`/api/blade-user/page?current=1&size=9999&work_status=&deptId=`)
        .get(`/api/blade-user/pages?current=1&size=9999&work_status=&deptId=${that.form.deptId}`)
        .then(function (res) {
          that.tableData = [];
          var i = 0;