diff --git a/src/views/opm/operation_form.vue b/src/views/opm/operation_form.vue index 86360c6c..3b26d934 100644 --- a/src/views/opm/operation_form.vue +++ b/src/views/opm/operation_form.vue @@ -194,7 +194,7 @@ export default { methods: { //所属部门,属地部门,业务部门 getDept() { - this.$API.system.dept.list.req({ page: 0 , type__in: 'dept, rparty'}).then((res) => { + this.$API.system.dept.list.req({ page: 0 , type__in: 'dept'}).then((res) => { this.deptoptions = genTree(res); });