南昌市物联网技防平台-前端
shuishen
2021-03-19 d05d4980a61531f81857609c707cce53eb9e4edf
src/views/policeTracking/policeTracking.vue
@@ -490,7 +490,7 @@
    },
    getReceivingAlarm() {
      axios.get(`/api/blade-jfpts/operation/list?jid=3`).then((res) => {
      axios.get(`/api/blade-jfpts/operation/list?jid=${this.form.id}`).then((res) => {
        this.receivingList = res.data.data.records;
      });
    },