yuanchao hace 1 mes
padre
commit
0d7f5060bf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/pms/iotopeationfill/statistics .vue

+ 1 - 1
src/views/pms/iotopeationfill/statistics .vue

@@ -310,7 +310,7 @@ const getStats = async () => {
   // 获取部门统计数据
   IotStatApi.getDeptStatistics(queryParams).then((res) => {
     deptDataList.value = res.deptCountList || [];
-    status.value = res.totalList;
+    status.value = res.totalList || [];
     initChart()
     initCharts()
   })