刘洋 10 ماه پیش
والد
کامیت
419b6886db
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/modules/analysis/personnel-statistics/hooks/useStatisticsFilter.ts

+ 1 - 1
src/modules/analysis/personnel-statistics/hooks/useStatisticsFilter.ts

@@ -116,7 +116,7 @@ const useStatisticsFilter = () => {
       // endTime: model.time?.[1],
       curDay: model.curDay,
       hasGroupLeaderScore: model.hasGroupLeaderScore.length > 0,
-      hideUnMarked: model.hideUnMarked.length > 0,
+      hideUnMarked: model.hideUnMarked.length == 0,
       expand: model.expand.length > 0,
       // markingGroupNumber:
       //   typeof model.markingGroupNumber === 'number' ? [model.markingGroupNumber] : model.markingGroupNumber,