| | |
| | | update, |
| | | remove, |
| | | getDetail |
| | | } from "@/api/baskblast/backblastWarnHanRec" |
| | | } from "@/ssoapi/baskblast/backblastWarnHanRec" |
| | | 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' |
| | |
| | | dialogClickModal: false, |
| | | column: [ |
| | | { |
| | | label: "预警地址", |
| | | label: "地址", |
| | | prop: "address", |
| | | align: 'center', |
| | | // align: 'center', |
| | | minWidth: 210, |
| | | search: true, |
| | | searchSpan: 5, |
| | |
| | | labelWidth:120, |
| | | row:true, |
| | | }, { |
| | | label: "预警核实内容", |
| | | label: "核实内容信息", |
| | | prop: "recContent", |
| | | align: 'center', |
| | | // align: 'center', |
| | | minWidth:150, |
| | | labelWidth:120, |
| | | type:"textarea", |
| | |
| | | overHidden:true, |
| | | }, |
| | | { |
| | | label: "预警核实图片", |
| | | label: "核实现场照片", |
| | | prop: "sceUrls", |
| | | // align: 'center', |
| | | labelWidth:120, |
| | |
| | | dataType: "string", |
| | | width: 110, |
| | | }, { |
| | | label: "预警核实时间", |
| | | label: "时间", |
| | | prop: "createTime", |
| | | labelWidth:120, |
| | | align: 'center', |
| | |
| | | data.isNine = 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 => { |
| | | console.log('exportBlob', res) |
| | | downloadXls(res.data, `档案管理${dateNow()}.xlsx`) |