Browse Source

增加文件下载遮罩

wangqin
yyl 10 months ago
parent
commit
6684657a09
  1. 6
      ruoyi-ui/src/views/JiHeExpressway/pages/maintenanceOperations/statisticalAnalysis/components/monthlyEquipment/index.vue
  2. 5
      ruoyi-ui/src/views/JiHeExpressway/pages/maintenanceOperations/statisticalAnalysis/index.vue

6
ruoyi-ui/src/views/JiHeExpressway/pages/maintenanceOperations/statisticalAnalysis/components/monthlyEquipment/index.vue

@ -141,6 +141,12 @@
color:"#FFCE85", color:"#FFCE85",
top:430, top:430,
left:620, left:620,
},{
num:60,
text:"智能设备箱" ,
color:"#FFCE85",
top:430,
left:920,
} }
] ]
} }

5
ruoyi-ui/src/views/JiHeExpressway/pages/maintenanceOperations/statisticalAnalysis/index.vue

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

Loading…
Cancel
Save