Przeglądaj źródła

培训看板过滤质量管理

cyy 1 rok temu
rodzic
commit
8b0edb1cdf
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/views/business/trainManagement/index.vue

+ 1 - 1
src/views/business/trainManagement/index.vue

@@ -141,7 +141,7 @@ export default {
     data () {
         const d = new Date()
         const { deptList = [] } = this.$store.getters || {}
-        let chooseDept = deptList.filter(e => e.depth == 4)
+        let chooseDept = deptList.filter(e => e.depth == 4&&e.positionName.indexOf('质量')==-1)
         chooseDept.unshift({positionId: " ",positionName: "全科室"})
         return {
             deptList,