ソースを参照

Merge branch 'personnelPerformance' into dev

huoyi 1 週間 前
コミット
4874f5315a
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 2 2
      src/views/performanceManage/monthlyAssessSum/index.vue

+ 2 - 2
src/views/performanceManage/monthlyAssessSum/index.vue

@@ -515,8 +515,8 @@ const getList = async () => {
515 515
 
516 516
     // 获取大队列表
517 517
     const brigadeListRes = await listDept()
518
-    const brigadeList = (brigadeListRes.data || []).filter(item => item.deptType === 'BRIGADE' && item.isFunctionalDept == 0)
519
-
518
+    const brigadeList = (brigadeListRes.data || []).filter(item => item.deptType === 'BRIGADE' && item.isFunctionalDept == 0 && item.deptId !== 487)
519
+    // console.log('大队列表:', brigadeList)
520 520
     // 其他接口调用
521 521
     const formattedQueryParams = formatParams(queryParams)
522 522
     const results = await Promise.allSettled([