Просмотр исходного кода

培训看板过滤质量管理

cyy 1 год назад
Родитель
Сommit
8b0edb1cdf
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/business/trainManagement/index.vue

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

@@ -141,7 +141,7 @@ export default {
     data () {
     data () {
         const d = new Date()
         const d = new Date()
         const { deptList = [] } = this.$store.getters || {}
         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: "全科室"})
         chooseDept.unshift({positionId: " ",positionName: "全科室"})
         return {
         return {
             deptList,
             deptList,