| | |
| | | removeTask, |
| | | update, |
| | | add, |
| | | } from "@/api/task/task" |
| | | } from "@/ssoapi/task/task" |
| | | |
| | | import { |
| | | mapGetters |
| | |
| | | import { |
| | | applyTaskExamine, |
| | | getTaskPlaceSelfCheckInfo |
| | | } from "@/api/publicSecurity/keynoteManage" |
| | | } from "@/ssoapi/publicSecurity/keynoteManage" |
| | | import { |
| | | getPatrolGroupTree, |
| | | getDictBizTree |
| | | } from "@/api/publicSecurity/ninePlaceManage" |
| | | } from "@/ssoapi/publicSecurity/ninePlaceManage" |
| | | import website from '@/config/website' |
| | | 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' |
| | |
| | | label: "场所类别", |
| | | prop: "nineType", |
| | | align: 'center', |
| | | dicUrl: "/api/blade-system/dict-biz/tree?code=nineType", |
| | | dicUrl: "/ssoapi/blade-system/dict-biz/tree?code=nineType", |
| | | props: { |
| | | label: "title", |
| | | value: "key", |
| | |
| | | // data.isNine = 1 |
| | | data = Qs.stringify(data) |
| | | exportBlob( |
| | | `/api/blade-taskPlaceSelfCheck/taskPlaceSelfCheck/export-taskPlaceSelfCheck?${this.website.tokenHeader}=${getToken()}&` + |
| | | `/ssoapi/blade-taskPlaceSelfCheck/taskPlaceSelfCheck/export-taskPlaceSelfCheck?${this.website.tokenHeader}=${getToken()}&` + |
| | | data |
| | | ).then(res => { |
| | | console.log('exportBlob', res) |