|
@@ -201,31 +201,31 @@
|
|
|
for (let i in res.data) {
|
|
|
const seriesData = [];
|
|
|
seriesData.push({value: this.total, name: '事件总量'});
|
|
|
- if (res.data[i].id == '80') {
|
|
|
+ if (res.data[i].id == '819') {
|
|
|
seriesData.push(res.data[i]);
|
|
|
this.$refs.chartPit_dlls.myEcharts(seriesData);
|
|
|
- }else if (res.data[i].id == '82') {
|
|
|
+ }else if (res.data[i].id == '218') {
|
|
|
seriesData.push(res.data[i]);
|
|
|
this.$refs.chartPit_gcc.myEcharts(seriesData);
|
|
|
- }else if (res.data[i].id == '83') {
|
|
|
+ }else if (res.data[i].id == '806') {
|
|
|
seriesData.push(res.data[i]);
|
|
|
this.$refs.chartPit_dc.myEcharts(seriesData);
|
|
|
- }else if (res.data[i].id == '84') {
|
|
|
+ }else if (res.data[i].id == '802') {
|
|
|
seriesData.push(res.data[i]);
|
|
|
this.$refs.chartPit_cs.myEcharts(seriesData);
|
|
|
- }else if (res.data[i].id == '85') {
|
|
|
+ }else if (res.data[i].id == '809') {
|
|
|
seriesData.push(res.data[i]);
|
|
|
this.$refs.chartPit_pm.myEcharts(seriesData);
|
|
|
- }else if (res.data[i].id == '86') {
|
|
|
+ }else if (res.data[i].id == '812') {
|
|
|
seriesData.push(res.data[i]);
|
|
|
this.$refs.chartPit_yx.myEcharts(seriesData);
|
|
|
- }else if (res.data[i].id == '87') {
|
|
|
+ }else if (res.data[i].id == '803') {
|
|
|
seriesData.push(res.data[i]);
|
|
|
this.$refs.chartPit_jtsg.myEcharts(seriesData);
|
|
|
- }else if (res.data[i].id == '88') {
|
|
|
+ }else if (res.data[i].id == '805') {
|
|
|
seriesData.push(res.data[i]);
|
|
|
this.$refs.chartPit_lz.myEcharts(seriesData);
|
|
|
- }else if (res.data[i].id == '89') {
|
|
|
+ }else if (res.data[i].id == '804') {
|
|
|
seriesData.push(res.data[i]);
|
|
|
this.$refs.chartPit_sg.myEcharts(seriesData);
|
|
|
}
|