This commit is contained in:
wyw 2025-12-19 11:06:53 +08:00
commit 9414626353

View File

@ -59,18 +59,18 @@ class BI014RiskPerformanceModel extends React.Component {
], ],
CHARTFXDJ1: CHARTFXDJ1:
{ {
NAME: ["一级", "二级", "三级", "四级"], NAME: ["重大风险", "较大风险", "一般风险", "低风险"],
LEVEL1: [3, 8, 181, 1112], LEVEL1: [3, 8, 181, 1112],
}, },
CHARTFXDJ2: [ CHARTFXDJ2: [
{ name: "一级", value: 3 }, { name: "重大风险", value: 3 },
{ name: "二级", value: 8 }, { name: "较大风险", value: 8 },
{ name: "三级", value: 181 }, { name: "一般风险", value: 181 },
{ name: "四级", value: 1112 }, { name: "低风险", value: 1112 },
], ],
CHARTLIST: [ CHARTLIST: [
{ {
NAME: ["露天矿", "选矿厂", "尾矿库", "职能部门"], NAME: ["露天矿", "选矿厂", "地下矿", "全公司"],
LEVEL1: [1, 0, 1, 1], LEVEL1: [1, 0, 1, 1],
LEVEL2: [0, 3, 2, 2], LEVEL2: [0, 3, 2, 2],
LEVEL3: [1, 3, 70, 105], LEVEL3: [1, 3, 70, 105],
@ -413,7 +413,7 @@ class BI014RiskPerformanceModel extends React.Component {
}, },
series: [ series: [
{ {
name: "危险源/风险库", name: "双重预防企业库",
data: riskArr, data: riskArr,
type: "line", type: "line",
smooth: true, smooth: true,
@ -451,45 +451,45 @@ class BI014RiskPerformanceModel extends React.Component {
}, },
}, },
}, },
{ // {
name: "职业危害库", // name: "职业危害库",
data: hazardArr, // data: hazardArr,
type: "line", // type: "line",
smooth: true, // smooth: true,
symbolSize: 8, // symbolSize: 8,
zlevel: 3, // zlevel: 3,
lineStyle: { // lineStyle: {
normal: { // normal: {
color: color[1], // color: color[1],
shadowBlur: 3, // shadowBlur: 3,
shadowColor: hexToRgba(color[1], 0.5), // shadowColor: hexToRgba(color[1], 0.5),
shadowOffsetY: 8, // shadowOffsetY: 8,
}, // },
}, // },
areaStyle: { // areaStyle: {
normal: { // normal: {
color: new echarts.graphic.LinearGradient( // color: new echarts.graphic.LinearGradient(
0, // 0,
0, // 0,
0, // 0,
1, // 1,
[ // [
{ // {
offset: 0, // offset: 0,
color: hexToRgba(color[1], 0.3), // color: hexToRgba(color[1], 0.3),
}, // },
{ // {
offset: 1, // offset: 1,
color: hexToRgba(color[1], 0.1), // color: hexToRgba(color[1], 0.1),
}, // },
], // ],
false // false
), // ),
shadowColor: hexToRgba(color[1], 0.1), // shadowColor: hexToRgba(color[1], 0.1),
shadowBlur: 10, // shadowBlur: 10,
}, // },
}, // },
}, // },
], ],
}, },
true true
@ -526,7 +526,7 @@ class BI014RiskPerformanceModel extends React.Component {
series: [ series: [
{ {
barWidth: 20, barWidth: 20,
name: "一级", name: "重大风险",
type: "bar", type: "bar",
data: Data.LEVEL1, data: Data.LEVEL1,
itemStyle: { itemStyle: {
@ -575,7 +575,7 @@ class BI014RiskPerformanceModel extends React.Component {
legend: { legend: {
left: "0%", left: "0%",
bottom: "10%", bottom: "10%",
data: ["一级", "二级", "三级", "四级"], data: ["重大风险", "较大风险", "一般风险", "低风险"],
}, },
series: [ series: [
{ {
@ -636,7 +636,7 @@ class BI014RiskPerformanceModel extends React.Component {
}, },
itemWidth: 10, itemWidth: 10,
itemHeight: 10, itemHeight: 10,
data: ["一级", "二级", "三级", "四级"], data: ["重大风险", "较大风险", "一般风险", "低风险"],
}, },
grid: { grid: {
left: "3%", left: "3%",
@ -659,7 +659,7 @@ class BI014RiskPerformanceModel extends React.Component {
series: [ series: [
{ {
barWidth: 20, barWidth: 20,
name: "一级", name: "重大风险",
type: "bar", type: "bar",
data: Data.LEVEL1, data: Data.LEVEL1,
itemStyle: { color: this.state.level1Color }, itemStyle: { color: this.state.level1Color },
@ -678,7 +678,7 @@ class BI014RiskPerformanceModel extends React.Component {
}, },
{ {
barWidth: 20, barWidth: 20,
name: "二级", name: "较大风险",
type: "bar", type: "bar",
data: Data.LEVEL2, data: Data.LEVEL2,
itemStyle: { color: this.state.level2Color }, itemStyle: { color: this.state.level2Color },
@ -696,7 +696,7 @@ class BI014RiskPerformanceModel extends React.Component {
}, },
{ {
barWidth: 20, barWidth: 20,
name: "三级", name: "一般风险",
type: "bar", type: "bar",
data: Data.LEVEL3, data: Data.LEVEL3,
itemStyle: { color: this.state.level3Color }, itemStyle: { color: this.state.level3Color },
@ -714,7 +714,7 @@ class BI014RiskPerformanceModel extends React.Component {
}, },
{ {
barWidth: 20, barWidth: 20,
name: "四级", name: "低风险",
type: "bar", type: "bar",
data: Data.LEVEL4, data: Data.LEVEL4,
itemStyle: { color: this.state.level4Color }, itemStyle: { color: this.state.level4Color },
@ -761,7 +761,7 @@ class BI014RiskPerformanceModel extends React.Component {
}, },
itemWidth: 10, itemWidth: 10,
itemHeight: 10, itemHeight: 10,
data: ["露天矿", "选矿厂", "尾矿库", "职能部门"], data: ["露天矿", "选矿厂", "地下矿", "全公司"],
}, },
grid: { grid: {
left: "3%", left: "3%",
@ -811,7 +811,7 @@ class BI014RiskPerformanceModel extends React.Component {
}, },
{ {
barWidth: 20, barWidth: 20,
name: "尾矿库", name: "地下矿",
type: "bar", type: "bar",
stack: "总量", stack: "总量",
label: { label: {
@ -823,7 +823,7 @@ class BI014RiskPerformanceModel extends React.Component {
}, },
{ {
barWidth: 20, barWidth: 20,
name: "职能部门", name: "全公司",
type: "bar", type: "bar",
stack: "总量", stack: "总量",
label: { label: {
@ -860,7 +860,7 @@ class BI014RiskPerformanceModel extends React.Component {
}, },
itemWidth: 10, itemWidth: 10,
itemHeight: 10, itemHeight: 10,
data: ["一级", "二级", "三级", "四级"], data: ["重大风险", "较大风险", "一般风险", "低风险"],
}, },
grid: { grid: {
left: "3%", left: "3%",
@ -890,7 +890,7 @@ class BI014RiskPerformanceModel extends React.Component {
series: [ series: [
{ {
barWidth: 20, barWidth: 20,
name: "一级", name: "重大风险",
type: "bar", type: "bar",
data: Data.LEVEL1, data: Data.LEVEL1,
itemStyle: { color: this.state.level1Color }, itemStyle: { color: this.state.level1Color },
@ -906,7 +906,7 @@ class BI014RiskPerformanceModel extends React.Component {
}, },
{ {
barWidth: 20, barWidth: 20,
name: "二级", name: "较大风险",
type: "bar", type: "bar",
data: Data.LEVEL2, data: Data.LEVEL2,
itemStyle: { color: this.state.level2Color }, itemStyle: { color: this.state.level2Color },
@ -922,7 +922,7 @@ class BI014RiskPerformanceModel extends React.Component {
}, },
{ {
barWidth: 20, barWidth: 20,
name: "三级", name: "一般风险",
type: "bar", type: "bar",
data: Data.LEVEL3, data: Data.LEVEL3,
itemStyle: { color: this.state.level3Color }, itemStyle: { color: this.state.level3Color },
@ -938,7 +938,7 @@ class BI014RiskPerformanceModel extends React.Component {
}, },
{ {
barWidth: 20, barWidth: 20,
name: "四级", name: "低风险",
type: "bar", type: "bar",
data: Data.LEVEL4, data: Data.LEVEL4,
itemStyle: { color: this.state.level4Color }, itemStyle: { color: this.state.level4Color },
@ -984,7 +984,7 @@ class BI014RiskPerformanceModel extends React.Component {
}, },
itemWidth: 10, itemWidth: 10,
itemHeight: 10, itemHeight: 10,
data: ["一级", "二级", "三级", "四级"], data: ["重大风险", "较大风险", "一般风险", "低风险"],
}, },
grid: { grid: {
left: "3%", left: "3%",
@ -1007,7 +1007,7 @@ class BI014RiskPerformanceModel extends React.Component {
series: [ series: [
{ {
barWidth: 20, barWidth: 20,
name: "一级", name: "重大风险",
type: "bar", type: "bar",
data: Data.LEVEL1, data: Data.LEVEL1,
itemStyle: { color: this.state.level1Color }, itemStyle: { color: this.state.level1Color },
@ -1025,7 +1025,7 @@ class BI014RiskPerformanceModel extends React.Component {
}, },
{ {
barWidth: 20, barWidth: 20,
name: "二级", name: "较大风险",
type: "bar", type: "bar",
data: Data.LEVEL2, data: Data.LEVEL2,
itemStyle: { color: this.state.level2Color }, itemStyle: { color: this.state.level2Color },
@ -1043,7 +1043,7 @@ class BI014RiskPerformanceModel extends React.Component {
}, },
{ {
barWidth: 20, barWidth: 20,
name: "三级", name: "一般风险",
type: "bar", type: "bar",
data: Data.LEVEL3, data: Data.LEVEL3,
itemStyle: { color: this.state.level3Color }, itemStyle: { color: this.state.level3Color },
@ -1061,7 +1061,7 @@ class BI014RiskPerformanceModel extends React.Component {
}, },
{ {
barWidth: 20, barWidth: 20,
name: "四级", name: "低风险",
type: "bar", type: "bar",
data: Data.LEVEL4, data: Data.LEVEL4,
itemStyle: { color: this.state.level4Color }, itemStyle: { color: this.state.level4Color },
@ -1109,7 +1109,7 @@ class BI014RiskPerformanceModel extends React.Component {
}, },
itemWidth: 10, itemWidth: 10,
itemHeight: 10, itemHeight: 10,
data: ["一级", "二级", "三级", "四级"], data: ["重大风险", "较大风险", "一般风险", "低风险"],
}, },
grid: { grid: {
left: "3%", left: "3%",
@ -1135,7 +1135,7 @@ class BI014RiskPerformanceModel extends React.Component {
series: [ series: [
{ {
barWidth: 20, barWidth: 20,
name: "一级", name: "重大风险",
type: "bar", type: "bar",
stack: "总量", stack: "总量",
label: { label: {
@ -1147,7 +1147,7 @@ class BI014RiskPerformanceModel extends React.Component {
}, },
{ {
barWidth: 20, barWidth: 20,
name: "二级", name: "较大风险",
type: "bar", type: "bar",
stack: "总量", stack: "总量",
label: { label: {
@ -1159,7 +1159,7 @@ class BI014RiskPerformanceModel extends React.Component {
}, },
{ {
barWidth: 20, barWidth: 20,
name: "三级", name: "一般风险",
type: "bar", type: "bar",
stack: "总量", stack: "总量",
label: { label: {
@ -1171,7 +1171,7 @@ class BI014RiskPerformanceModel extends React.Component {
}, },
{ {
barWidth: 20, barWidth: 20,
name: "四级", name: "低风险",
type: "bar", type: "bar",
stack: "总量", stack: "总量",
label: { label: {
@ -1217,7 +1217,7 @@ class BI014RiskPerformanceModel extends React.Component {
series: [ series: [
{ {
barWidth: 20, barWidth: 20,
name: "一级", name: "重大风险",
type: "bar", type: "bar",
data: Data.LEVEL1, data: Data.LEVEL1,
itemStyle: { itemStyle: {
@ -1346,7 +1346,7 @@ class BI014RiskPerformanceModel extends React.Component {
}, },
itemWidth: 10, itemWidth: 10,
itemHeight: 10, itemHeight: 10,
data: ["一级", "二级", "三级", "四级"], data: ["重大风险", "较大风险", "一般风险", "低风险"],
}, },
grid: { grid: {
left: "3%", left: "3%",
@ -1376,7 +1376,7 @@ class BI014RiskPerformanceModel extends React.Component {
series: [ series: [
{ {
barWidth: 20, barWidth: 20,
name: "一级", name: "重大风险",
type: "bar", type: "bar",
data: Data.LEVEL1, data: Data.LEVEL1,
stack: Stack1, stack: Stack1,
@ -1395,7 +1395,7 @@ class BI014RiskPerformanceModel extends React.Component {
}, },
{ {
barWidth: 20, barWidth: 20,
name: "二级", name: "较大风险",
type: "bar", type: "bar",
data: Data.LEVEL2, data: Data.LEVEL2,
stack: Stack2, stack: Stack2,
@ -1414,7 +1414,7 @@ class BI014RiskPerformanceModel extends React.Component {
}, },
{ {
barWidth: 20, barWidth: 20,
name: "三级", name: "一般风险",
type: "bar", type: "bar",
data: Data.LEVEL3, data: Data.LEVEL3,
stack: Stack3, stack: Stack3,
@ -1433,7 +1433,7 @@ class BI014RiskPerformanceModel extends React.Component {
}, },
{ {
barWidth: 20, barWidth: 20,
name: "四级", name: "低风险",
type: "bar", type: "bar",
data: Data.LEVEL4, data: Data.LEVEL4,
stack: Stack4, stack: Stack4,
@ -1482,7 +1482,7 @@ class BI014RiskPerformanceModel extends React.Component {
}, },
itemWidth: 10, itemWidth: 10,
itemHeight: 10, itemHeight: 10,
data: ["一级", "二级", "三级", "四级"], data: ["重大风险", "较大风险", "一般风险", "低风险"],
}, },
grid: { grid: {
left: "3%", left: "3%",
@ -1512,7 +1512,7 @@ class BI014RiskPerformanceModel extends React.Component {
series: [ series: [
{ {
barWidth: 20, barWidth: 20,
name: "一级", name: "重大风险",
type: "bar", type: "bar",
data: Data.LEVEL1, data: Data.LEVEL1,
stack: Stack1, stack: Stack1,
@ -1532,7 +1532,7 @@ class BI014RiskPerformanceModel extends React.Component {
}, },
{ {
barWidth: 20, barWidth: 20,
name: "二级", name: "较大风险",
type: "bar", type: "bar",
data: Data.LEVEL2, data: Data.LEVEL2,
stack: Stack2, stack: Stack2,
@ -1551,7 +1551,7 @@ class BI014RiskPerformanceModel extends React.Component {
}, },
{ {
barWidth: 20, barWidth: 20,
name: "三级", name: "一般风险",
type: "bar", type: "bar",
data: Data.LEVEL3, data: Data.LEVEL3,
stack: Stack3, stack: Stack3,
@ -1570,7 +1570,7 @@ class BI014RiskPerformanceModel extends React.Component {
}, },
{ {
barWidth: 20, barWidth: 20,
name: "四级", name: "低风险",
type: "bar", type: "bar",
data: Data.LEVEL4, data: Data.LEVEL4,
stack: Stack4, stack: Stack4,
@ -1619,7 +1619,7 @@ class BI014RiskPerformanceModel extends React.Component {
}, },
itemWidth: 10, itemWidth: 10,
itemHeight: 10, itemHeight: 10,
data: ["一级", "二级", "三级", "四级"], data: ["重大风险", "较大风险", "一般风险", "低风险"],
}, },
grid: { grid: {
left: "3%", left: "3%",
@ -1649,7 +1649,7 @@ class BI014RiskPerformanceModel extends React.Component {
series: [ series: [
{ {
barWidth: 20, barWidth: 20,
name: "一级", name: "重大风险",
type: "bar", type: "bar",
data: Data.LEVEL1, data: Data.LEVEL1,
stack: Stack1, stack: Stack1,
@ -1669,7 +1669,7 @@ class BI014RiskPerformanceModel extends React.Component {
}, },
{ {
barWidth: 20, barWidth: 20,
name: "二级", name: "较大风险",
type: "bar", type: "bar",
data: Data.LEVEL2, data: Data.LEVEL2,
stack: Stack2, stack: Stack2,
@ -1688,7 +1688,7 @@ class BI014RiskPerformanceModel extends React.Component {
}, },
{ {
barWidth: 20, barWidth: 20,
name: "三级", name: "一般风险",
type: "bar", type: "bar",
data: Data.LEVEL3, data: Data.LEVEL3,
stack: Stack3, stack: Stack3,
@ -1707,7 +1707,7 @@ class BI014RiskPerformanceModel extends React.Component {
}, },
{ {
barWidth: 20, barWidth: 20,
name: "四级", name: "低风险",
type: "bar", type: "bar",
data: Data.LEVEL4, data: Data.LEVEL4,
stack: Stack4, stack: Stack4,
@ -1756,7 +1756,7 @@ class BI014RiskPerformanceModel extends React.Component {
}, },
itemWidth: 10, itemWidth: 10,
itemHeight: 10, itemHeight: 10,
data: ["一级", "二级", "三级", "四级"], data: ["重大风险", "较大风险", "一般风险", "低风险"],
}, },
grid: { grid: {
left: "3%", left: "3%",
@ -1786,7 +1786,7 @@ class BI014RiskPerformanceModel extends React.Component {
series: [ series: [
{ {
barWidth: 20, barWidth: 20,
name: "一级", name: "重大风险",
type: "bar", type: "bar",
data: Data.LEVEL1, data: Data.LEVEL1,
stack: Stack1, stack: Stack1,
@ -1806,7 +1806,7 @@ class BI014RiskPerformanceModel extends React.Component {
}, },
{ {
barWidth: 20, barWidth: 20,
name: "二级", name: "较大风险",
type: "bar", type: "bar",
data: Data.LEVEL2, data: Data.LEVEL2,
stack: Stack2, stack: Stack2,
@ -1825,7 +1825,7 @@ class BI014RiskPerformanceModel extends React.Component {
}, },
{ {
barWidth: 20, barWidth: 20,
name: "三级", name: "一般风险",
type: "bar", type: "bar",
data: Data.LEVEL3, data: Data.LEVEL3,
stack: Stack3, stack: Stack3,
@ -1844,7 +1844,7 @@ class BI014RiskPerformanceModel extends React.Component {
}, },
{ {
barWidth: 20, barWidth: 20,
name: "四级", name: "低风险",
type: "bar", type: "bar",
data: Data.LEVEL4, data: Data.LEVEL4,
stack: Stack4, stack: Stack4,
@ -1893,7 +1893,7 @@ class BI014RiskPerformanceModel extends React.Component {
}, },
itemWidth: 10, itemWidth: 10,
itemHeight: 10, itemHeight: 10,
data: ["一级", "二级", "三级", "四级"], data: ["重大风险", "较大风险", "一般风险", "低风险"],
}, },
grid: { grid: {
left: "3%", left: "3%",
@ -1922,7 +1922,7 @@ class BI014RiskPerformanceModel extends React.Component {
], ],
series: [ series: [
{ {
name: "一级", name: "重大风险",
type: "bar", type: "bar",
data: Data.LEVEL1, data: Data.LEVEL1,
itemStyle: { color: this.state.level1Color }, itemStyle: { color: this.state.level1Color },
@ -1941,7 +1941,7 @@ class BI014RiskPerformanceModel extends React.Component {
}, },
}, },
{ {
name: "二级", name: "较大风险",
type: "bar", type: "bar",
data: Data.LEVEL2, data: Data.LEVEL2,
itemStyle: { color: this.state.level2Color }, itemStyle: { color: this.state.level2Color },
@ -1960,7 +1960,7 @@ class BI014RiskPerformanceModel extends React.Component {
}, },
}, },
{ {
name: "三级", name: "一般风险",
type: "bar", type: "bar",
data: Data.LEVEL3, data: Data.LEVEL3,
itemStyle: { color: this.state.level3Color }, itemStyle: { color: this.state.level3Color },
@ -1979,7 +1979,7 @@ class BI014RiskPerformanceModel extends React.Component {
}, },
}, },
{ {
name: "四级", name: "低风险",
type: "bar", type: "bar",
data: Data.LEVEL4, data: Data.LEVEL4,
itemStyle: { color: this.state.level4Color }, itemStyle: { color: this.state.level4Color },
@ -2014,8 +2014,8 @@ class BI014RiskPerformanceModel extends React.Component {
titleTemp += "风险类别"; titleTemp += "风险类别";
this.chart21(this.state.ret.Data.RISKTYPELIST[0], "露天矿", "1", "1", "1", "1"); this.chart21(this.state.ret.Data.RISKTYPELIST[0], "露天矿", "1", "1", "1", "1");
this.chart22(this.state.ret.Data.RISKTYPELIST[1], "选矿厂", "1", "1", "1", "1"); this.chart22(this.state.ret.Data.RISKTYPELIST[1], "选矿厂", "1", "1", "1", "1");
this.chart23(this.state.ret.Data.RISKTYPELIST[2], "尾矿库", "1", "1", "1", "1"); this.chart23(this.state.ret.Data.RISKTYPELIST[2], "地下矿", "1", "1", "1", "1");
this.chart24(this.state.ret.Data.RISKTYPELIST[3], "职能部门", "1", "1", "1", "1"); this.chart24(this.state.ret.Data.RISKTYPELIST[3], "全公司", "1", "1", "1", "1");
this.setState({ isShow1: true }) this.setState({ isShow1: true })
} }
else if (formCode == "生产单元") { else if (formCode == "生产单元") {
@ -2023,8 +2023,8 @@ class BI014RiskPerformanceModel extends React.Component {
titleTemp += "生产单元"; titleTemp += "生产单元";
this.chart21(this.state.ret.Data.SCDYLIST[0], "露天矿", "1", "2", "3", "4"); this.chart21(this.state.ret.Data.SCDYLIST[0], "露天矿", "1", "2", "3", "4");
this.chart22(this.state.ret.Data.SCDYLIST[1], "选矿厂", "1", "2", "3", "4"); this.chart22(this.state.ret.Data.SCDYLIST[1], "选矿厂", "1", "2", "3", "4");
this.chart23(this.state.ret.Data.SCDYLIST[2], "尾矿库", "1", "2", "3", "4"); this.chart23(this.state.ret.Data.SCDYLIST[2], "地下矿", "1", "2", "3", "4");
this.chart24(this.state.ret.Data.SCDYLIST[3], "职能部门", "1", "2", "3", "4"); this.chart24(this.state.ret.Data.SCDYLIST[3], "全公司", "1", "2", "3", "4");
} else if (formCode == "层级") { } else if (formCode == "层级") {
this.setState({ isShow1: true }) this.setState({ isShow1: true })
titleTemp += "层级"; titleTemp += "层级";
@ -2037,15 +2037,15 @@ class BI014RiskPerformanceModel extends React.Component {
titleTemp += "责任单位"; titleTemp += "责任单位";
this.chart21(this.state.ret.Data.TEAMLIST[0], "露天矿", "1", "1", "1", "1"); this.chart21(this.state.ret.Data.TEAMLIST[0], "露天矿", "1", "1", "1", "1");
this.chart22(this.state.ret.Data.TEAMLIST[1], "选矿厂", "1", "1", "1", "1"); this.chart22(this.state.ret.Data.TEAMLIST[1], "选矿厂", "1", "1", "1", "1");
this.chart23(this.state.ret.Data.TEAMLIST[2], "尾矿库", "1", "1", "1", "1"); this.chart23(this.state.ret.Data.TEAMLIST[2], "地下矿", "1", "1", "1", "1");
this.chart24(this.state.ret.Data.TEAMLIST[3], "职能部门", "1", "1", "1", "1"); this.chart24(this.state.ret.Data.TEAMLIST[3], "全公司", "1", "1", "1", "1");
} else if (formCode == "区域") { } else if (formCode == "区域") {
this.setState({ isShow1: true }) this.setState({ isShow1: true })
titleTemp += "区域"; titleTemp += "区域";
this.chart21(this.state.ret.Data.AREALIST[0], "露天矿", "1", "1", "1", "1"); this.chart21(this.state.ret.Data.AREALIST[0], "露天矿", "1", "1", "1", "1");
this.chart22(this.state.ret.Data.AREALIST[1], "选矿厂", "1", "1", "1", "1"); this.chart22(this.state.ret.Data.AREALIST[1], "选矿厂", "1", "1", "1", "1");
this.chart23(this.state.ret.Data.AREALIST[2], "尾矿库", "1", "1", "1", "1"); this.chart23(this.state.ret.Data.AREALIST[2], "地下矿", "1", "1", "1", "1");
this.chart24(this.state.ret.Data.AREALIST[3], "职能部门", "1", "1", "1", "1"); this.chart24(this.state.ret.Data.AREALIST[3], "全公司", "1", "1", "1", "1");
} }
const newtmpData = { const newtmpData = {