| | |
| | | } from "vuex" |
| | | import { |
| | | getDAGLList |
| | | } from "@/api/publicSecurity/ninePlaceManage" |
| | | } from "@/ssoapi/publicSecurity/ninePlaceManage" |
| | | 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: "frontType", |
| | | align: 'center', |
| | | dicUrl: "/api/blade-system/dict-biz/tree?code=frontType", |
| | | dicUrl: "/ssoapi/blade-system/dict-biz/tree?code=frontType", |
| | | props: { |
| | | label: "title", |
| | | value: "key", |
| | |
| | | data.isFront = 1 |
| | | data = Qs.stringify(data) |
| | | exportBlob( |
| | | `/api/blade-place/place/exportNineType?${this.website.tokenHeader}=${getToken()}&` + data |
| | | `/ssoapi/blade-place/place/exportNineType?${this.website.tokenHeader}=${getToken()}&` + data |
| | | ).then(res => { |
| | | downloadXls(res.data, `档案管理${dateNow()}.xlsx`) |
| | | NProgress.done() |