Browse Source

提交一下

1
mo 3 years ago
parent
commit
e32977b271
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/main/cloudDate/modals/headers.vue

+ 2 - 2
src/views/main/cloudDate/modals/headers.vue

@@ -8,7 +8,7 @@
       <div class="right">
         <el-select
           v-if="!hidenOrgan"
-          
+
           class="multiple"
           v-model.trim="organId"
           filterable
@@ -39,7 +39,7 @@ export default {
   },
   async mounted() {
     await this.$store.dispatch("setBranchs");
-    const arr = [36,39,41,42,43,44,45,46,47,48,49,50,52,54,55,56]
+    const arr = [36,38,39,41,42,43,44,45,46,47,48,49,50,52,54,56]
     this.specialList = this.selects.branchs.filter((item) => {
       return arr.indexOf(item.id) == -1;
     });