作业创建时属地部门和业务部门需要选择为本部
This commit is contained in:
parent
7d58c27074
commit
578f4a5e7c
|
@ -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);
|
||||
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue