@@ -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;
});