zrj
2024-06-07 b07a3a9dcb89f9785b7b001d2d26b167376d597e
src/views/publicSecurity/campusExclusion.vue
@@ -60,12 +60,12 @@
    getList,
    remove,
    updateAuditing
  } from "@/api/publicSecurity/taskSchoolEven"
  } from "@/ssoapi/publicSecurity/taskSchoolEven"
  import 'nprogress/nprogress.css'
  import Qs from "qs"
  import {
    exportBlob
  } from "@/api/common"
  } from "@/ssoapi/common"
  import {
    getToken
  } from '@/util/auth'
@@ -80,7 +80,7 @@
  } from "vuex"
  import {
    applyTaskExamine
  } from "@/api/publicSecurity/keynoteManage"
  } from "@/ssoapi/publicSecurity/keynoteManage"
  import website from '@/config/website'
  // import campusReporting from '../components/campusReporting'
@@ -168,7 +168,7 @@
              type: "upload",
              labelWidth: 120,
              listType: "picture-img",
              action: "/api/blade-resource/oss/endpoint/put-file",
              action: "/ssoapi/blade-resource/oss/endpoint/put-file",
              propsHttp: {
                res: "data",
                name: 'name',
@@ -355,7 +355,7 @@
          // data.isNine = 1
          data = Qs.stringify(data)
          exportBlob(
            `/api/blade-taskLabelReportingEvent/taskLabelReportingEvent/export-taskLabelReportingEvent?${this.website.tokenHeader}=${getToken()}&` +
            `/ssoapi/blade-taskLabelReportingEvent/taskLabelReportingEvent/export-taskLabelReportingEvent?${this.website.tokenHeader}=${getToken()}&` +
            data
          ).then(res => {
            console.log('exportBlob', res)