作业创建时属地部门和业务部门需要选择为本部

This commit is contained in:
caoqianming 2023-03-12 08:38:08 +08:00
parent 7d58c27074
commit 578f4a5e7c
1 changed files with 1 additions and 1 deletions

View File

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