|
@@ -8,7 +8,7 @@
|
|
<div class="right">
|
|
<div class="right">
|
|
<el-select
|
|
<el-select
|
|
v-if="!hidenOrgan"
|
|
v-if="!hidenOrgan"
|
|
-
|
|
|
|
|
|
+
|
|
class="multiple"
|
|
class="multiple"
|
|
v-model.trim="organId"
|
|
v-model.trim="organId"
|
|
filterable
|
|
filterable
|
|
@@ -39,7 +39,7 @@ export default {
|
|
},
|
|
},
|
|
async mounted() {
|
|
async mounted() {
|
|
await this.$store.dispatch("setBranchs");
|
|
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) => {
|
|
this.specialList = this.selects.branchs.filter((item) => {
|
|
return arr.indexOf(item.id) == -1;
|
|
return arr.indexOf(item.id) == -1;
|
|
});
|
|
});
|