| | |
| | | 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' |
| | |
| | | } from "vuex" |
| | | import { |
| | | applyTaskExamine |
| | | } from "@/api/publicSecurity/keynoteManage" |
| | | } from "@/ssoapi/publicSecurity/keynoteManage" |
| | | |
| | | import website from '@/config/website' |
| | | import campusReporting from '../components/campusReporting' |
| | |
| | | { |
| | | 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", |
| | |
| | | // 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) |