Kaynağa Gözat

任务类型标本自动建单BUG修复

seimin 3 yıl önce
ebeveyn
işleme
029c1f5b16

+ 2 - 2
src/app/views/task-type-management/task-type-management.component.ts

@@ -1409,8 +1409,6 @@ export class TaskTypeManagementComponent implements OnInit {
1409 1409
   //运送过程------
1410 1410
   //快速建单
1411 1411
   addIncident() {
1412
-    this.specimen_type();
1413
-    this.dept_type();
1414 1412
     this.transportShow = true;
1415 1413
     if (
1416 1414
       this.association.value == "jPBag" ||
@@ -1515,6 +1513,8 @@ export class TaskTypeManagementComponent implements OnInit {
1515 1513
       });
1516 1514
       this.transportTitle = "自动建单-标本送检配置";
1517 1515
     }
1516
+    this.specimen_type();
1517
+    this.dept_type();
1518 1518
   }
1519 1519
   //固定科室范围
1520 1520
   adddepartment() {