Просмотр исходного кода

工作分配的快捷组合里科室可以查到父院区科室

seimin 1 год назад
Родитель
Сommit
7cbcc01c05
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/app/views/quick-combination/quick-combination.component.ts

+ 1 - 1
src/app/views/quick-combination/quick-combination.component.ts

@@ -470,7 +470,7 @@ export class QuickCombinationComponent implements OnInit {
470 470
     let postData = {
471 471
       idx: 0,
472 472
       sum: 20,
473
-      department: { hospital: { id: hosIds }, dept: search },
473
+      department: { cascadeHosId: hosIds, dept: search },
474 474
     };
475 475
     this.dLoading = true;
476 476
     this.dNum++;