|
@@ -352,7 +352,7 @@
|
|
this.$set(this, 'total', response.data.total)
|
|
this.$set(this, 'total', response.data.total)
|
|
})
|
|
})
|
|
//一级指标隐患分布 饼图/头部数据
|
|
//一级指标隐患分布 饼图/头部数据
|
|
- reportHazardItemsOneReportPie(eChartsData).then(response => {
|
|
|
|
|
|
+ reportHazardItemsOneReportPie(obj).then(response => {
|
|
let list = [];
|
|
let list = [];
|
|
for(let i=0;i<response.data.pie.length;i++){
|
|
for(let i=0;i<response.data.pie.length;i++){
|
|
list.push({
|
|
list.push({
|
|
@@ -375,7 +375,7 @@
|
|
this.$set(this, 'total', response.data.total)
|
|
this.$set(this, 'total', response.data.total)
|
|
})
|
|
})
|
|
//二级指标隐患分布 饼图/头部数据
|
|
//二级指标隐患分布 饼图/头部数据
|
|
- reportHazardItemsTwoReportPie(eChartsData).then(response => {
|
|
|
|
|
|
+ reportHazardItemsTwoReportPie(obj).then(response => {
|
|
this.$set(this,'formTitleData',response.data.topMsg);
|
|
this.$set(this,'formTitleData',response.data.topMsg);
|
|
})
|
|
})
|
|
this.$set(this.exportConfig,'api','/report/hazardItems/twoExport');
|
|
this.$set(this.exportConfig,'api','/report/hazardItems/twoExport');
|
|
@@ -387,7 +387,7 @@
|
|
this.$set(this, 'total', response.data.total)
|
|
this.$set(this, 'total', response.data.total)
|
|
})
|
|
})
|
|
//三级指标隐患分布 饼图/头部数据
|
|
//三级指标隐患分布 饼图/头部数据
|
|
- reportHazardItemsThreeReportPie(eChartsData).then(response => {
|
|
|
|
|
|
+ reportHazardItemsThreeReportPie(obj).then(response => {
|
|
this.$set(this,'formTitleData',response.data.topMsg);
|
|
this.$set(this,'formTitleData',response.data.topMsg);
|
|
})
|
|
})
|
|
this.$set(this.exportConfig,'api','/report/hazardItems/threeExport');
|
|
this.$set(this.exportConfig,'api','/report/hazardItems/threeExport');
|
|
@@ -402,7 +402,7 @@
|
|
this.$set(this, 'total', response.data.total)
|
|
this.$set(this, 'total', response.data.total)
|
|
})
|
|
})
|
|
//一级指标隐患分布 饼图/头部数据
|
|
//一级指标隐患分布 饼图/头部数据
|
|
- reportHazardItemsOneReportPieCollege(eChartsData).then(response => {
|
|
|
|
|
|
+ reportHazardItemsOneReportPieCollege(obj).then(response => {
|
|
let list = [];
|
|
let list = [];
|
|
for(let i=0;i<response.data.pie.length;i++){
|
|
for(let i=0;i<response.data.pie.length;i++){
|
|
list.push({
|
|
list.push({
|
|
@@ -425,7 +425,7 @@
|
|
this.$set(this, 'total', response.data.total)
|
|
this.$set(this, 'total', response.data.total)
|
|
})
|
|
})
|
|
//二级指标隐患分布 饼图/头部数据
|
|
//二级指标隐患分布 饼图/头部数据
|
|
- reportHazardItemsTwoReportPieCollege(eChartsData).then(response => {
|
|
|
|
|
|
+ reportHazardItemsTwoReportPieCollege(obj).then(response => {
|
|
this.$set(this,'formTitleData',response.data.topMsg);
|
|
this.$set(this,'formTitleData',response.data.topMsg);
|
|
})
|
|
})
|
|
this.$set(this.exportConfig,'api','/report/hazardItems/twoExportCollege');
|
|
this.$set(this.exportConfig,'api','/report/hazardItems/twoExportCollege');
|
|
@@ -437,7 +437,7 @@
|
|
this.$set(this, 'total', response.data.total)
|
|
this.$set(this, 'total', response.data.total)
|
|
})
|
|
})
|
|
//三级指标隐患分布 饼图/头部数据
|
|
//三级指标隐患分布 饼图/头部数据
|
|
- reportHazardItemsThreeReportPieCollege(eChartsData).then(response => {
|
|
|
|
|
|
+ reportHazardItemsThreeReportPieCollege(obj).then(response => {
|
|
this.$set(this,'formTitleData',response.data.topMsg);
|
|
this.$set(this,'formTitleData',response.data.topMsg);
|
|
})
|
|
})
|
|
this.$set(this.exportConfig,'api','/report/hazardItems/threeExportCollege');
|
|
this.$set(this.exportConfig,'api','/report/hazardItems/threeExportCollege');
|