@@ -928,10 +928,11 @@ const updateAttendanceBarChart = () => {
// 根据API数据更新图表和统计信息
const updateChartsWithData = () => {
+
// 更新出勤人次柱状图
if (isStationType.value) {
updateAttendanceBarChart()
- } {
+ } else{
updateAttendanceBarOtherChart()
}