Procházet zdrojové kódy

培训看板过滤质量管理

cyy před 1 rokem
rodič
revize
8b0edb1cdf
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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,