Browse Source

Merge branch 'develop' into lmm

seimin 4 months ago
parent
commit
a95b284a1f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/app/views/hushijiandan/hushijiandan.component.ts

+ 1 - 0
src/app/views/hushijiandan/hushijiandan.component.ts

@@ -668,6 +668,7 @@ export class HushijiandanComponent implements OnInit {
668
 			pagePermissionConfig: {
668
 			pagePermissionConfig: {
669
         hosId: this.currentHospital.id,
669
         hosId: this.currentHospital.id,
670
         active: 1,
670
         active: 1,
671
+        taskTypeDeptId: this.loginUser.dept.id,
671
       },
672
       },
672
 		};
673
 		};
673
 		this.mainService
674
 		this.mainService