Explorar o código

培训看板过滤质量管理

cyy hai 1 ano
pai
achega
8b0edb1cdf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,