zrj
2024-06-07 b07a3a9dcb89f9785b7b001d2d26b167376d597e
src/views/publicSecurity/positionManage/TransactRegist.vue
@@ -66,13 +66,13 @@
    remove as removeTask,
    update,
    add,
  } from "@/api/task/labelReporting"
  } from "@/ssoapi/task/labelReporting"
  import NProgress from 'nprogress'
  import 'nprogress/nprogress.css'
  import Qs from "qs"
  import {
    exportBlob
  } from "@/api/common"
  } from "@/ssoapi/common"
  import {
    getToken
  } from '@/util/auth'
@@ -87,7 +87,7 @@
  } from "vuex"
  import {
    applyTaskExamine
  } from "@/api/publicSecurity/keynoteManage"
  } from "@/ssoapi/publicSecurity/keynoteManage"
  import website from '@/config/website'
  import campusReporting from '../components/campusReporting'
@@ -188,7 +188,7 @@
            {
              label: "阵地类型",
              prop: "frontType",
              dicUrl: "/api/blade-system/dict-biz/tree?code=frontType",
              dicUrl: "/ssoapi/blade-system/dict-biz/tree?code=frontType",
              props: {
                label: "title",
                value: "key",
@@ -460,7 +460,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)