zengh
2021-06-23 89daea1b369ed1fac6edca0e9a5ec32e6c7f0df4
src/views/realTimePolice/real.vue
@@ -365,7 +365,7 @@
              prop: "securityArr",
              type: "tree",
              multiple: true,
              dicUrl: "/api/blade-jfpts/catalogs/catalogs/getBigTree",
              dicUrl: "/api/catalogs/catalogs/getBigTree",
              props: {
                label: "title"
              },
@@ -1065,7 +1065,7 @@
          type: "warning",
        }).then(() => {
          window.open(
            `/api/blade-jfpts/alarm/alarm/export-alarm?beginTime=${this.$route.query.startTime}&endTime=${this.$route.query.endTime}&waringType=${this.$route.query.waringType}&timeDesc=${this.$route.query.timeDesc}`
            `/api/alarm/alarm/export-alarm?beginTime=${this.$route.query.startTime}&endTime=${this.$route.query.endTime}&waringType=${this.$route.query.waringType}&timeDesc=${this.$route.query.timeDesc}`
          );
        });
      },