src/components/do/b1-ins-order/add.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/components/do/b1-ins-order/add.vue
@@ -3249,7 +3249,7 @@ }, selectDepartmentEnum(){ this.$axios.get(this.$api.department.selectDepartmentLimsEnum).then(res=>{ this.deaprtEnum = res.data this.deaprtEnum = res.data.filter(item=>item.name === '质量部' || item.name === '检测中心') }) } }