zengh
2021-06-23 89daea1b369ed1fac6edca0e9a5ec32e6c7f0df4
src/views/policeTracking/policeTracking.vue
@@ -375,7 +375,7 @@
              multiple: true,
              leafOnly: "",
              span: 24,
              dicUrl: "/api/blade-jfpts/catalogs/catalogs/getBigTree",
              dicUrl: "/api/catalogs/catalogs/getBigTree",
              props: {
                label: "title"
              },
@@ -573,7 +573,7 @@
          }
          axios({
            url: '/api/blade-jfpts/alarm/alarm/submit',
            url: '/api/alarm/alarm/submit',
            method: 'post',
            data: that.form
          }).then((resdata) => {
@@ -596,7 +596,7 @@
      getReceivingAlarm() {
        axios
          .get(`/api/blade-jfpts/operation/list?jid=${this.form.id}`)
          .get(`/api/operation/list?jid=${this.form.id}`)
          .then((res) => {
            this.receivingList = res.data.data.records;
          });
@@ -637,7 +637,7 @@
      getAudios() {
        axios({
          method: "get",
          url: "/api/blade-jfpts/avideo/list",
          url: "/api/avideo/list",
          params: {
            jid: this.form.id,
          },
@@ -649,7 +649,7 @@
      getImgAndVideo() {
        axios({
          method: "post",
          url: "/api/blade-jfpts/feedback/feedback/selectFeedEdit",
          url: "/api/feedback/feedback/selectFeedEdit",
          params: {
            jid: this.form.id,
          },
@@ -681,7 +681,7 @@
        var that = this;
        axios({
          method: "get",
          url: "/api/blade-jfpts/alarm/alarm/page",
          url: "/api/alarm/alarm/page",
          params: {
            id: that.form.id,
          },