|
|
@ -173,6 +173,7 @@ import * as echarts from "echarts"; |
|
|
|
import Pagination from '@screen/components/Pagination.vue'; |
|
|
|
import InputSearch from '@screen/components/InputSearch/index.vue'; |
|
|
|
import { searchFormList } from "./data"; |
|
|
|
import { Loading } from 'element-ui'; |
|
|
|
|
|
|
|
export default { |
|
|
|
name: 'publicService', |
|
|
@ -455,7 +456,7 @@ import * as echarts from "echarts"; |
|
|
|
}, |
|
|
|
//导出 |
|
|
|
SystemStatusExport(){ |
|
|
|
|
|
|
|
let loadingInstance = Loading.service({fullscreen:true,background:"#00000052",text:"文件正在下载..."}); |
|
|
|
getSystemStatusExport({ |
|
|
|
startTime:this.startTime, |
|
|
|
time:this.time, |
|
|
@ -472,7 +473,7 @@ import * as echarts from "echarts"; |
|
|
|
URL.revokeObjectURL(link.href) // 释放URL 对象 |
|
|
|
document.body.removeChild(link) |
|
|
|
link = null |
|
|
|
|
|
|
|
loadingInstance.close(); |
|
|
|
}) |
|
|
|
}, |
|
|
|
queryChartList(){ |
|
|
|