flx:修改指挥部大屏人员风险展示 和应急首次未调用问题
This commit is contained in:
parent
73ae858af9
commit
abfca52c18
@ -853,7 +853,7 @@ const getCountAlarmNumByEnterprise = async (showLoading: boolean) => {
|
|||||||
};
|
};
|
||||||
const setIntervalFn = (showLoading: boolean) => {
|
const setIntervalFn = (showLoading: boolean) => {
|
||||||
getNoticeList(showLoading);
|
getNoticeList(showLoading);
|
||||||
if (activeIfo.activeIndex == 1) {
|
if (activeIfo.activeIndex == 0) {
|
||||||
getCountAlarmNumByEnterprise(showLoading);
|
getCountAlarmNumByEnterprise(showLoading);
|
||||||
}
|
}
|
||||||
getMessCountEchartType(showLoading);
|
getMessCountEchartType(showLoading);
|
||||||
|
|||||||
@ -235,7 +235,7 @@ const openDialogData = async () => {
|
|||||||
radarCenter: ["50%", "56%"],
|
radarCenter: ["50%", "56%"],
|
||||||
dataList: [
|
dataList: [
|
||||||
{
|
{
|
||||||
value: [item.age, 1, item.security, item.workerType, item.safe, item.exam],
|
value: [item.age, item.total, item.security, item.workerType, item.safe, item.exam],
|
||||||
name: item.enterpriseName
|
name: item.enterpriseName
|
||||||
// areaStyle: {}
|
// areaStyle: {}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user