flx:修改指挥部大屏人员风险展示 和应急首次未调用问题

This commit is contained in:
X_Rian 2024-07-01 16:31:01 +08:00
parent 73ae858af9
commit abfca52c18
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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: {}
} }