Parcourir la source

患者其他服务运输过程

seimin il y a 3 ans
Parent
commit
d396c1efd4

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

@@ -1574,13 +1574,14 @@ export class TaskTypeManagementComponent implements OnInit {
1574 1574
     ) {
1575 1575
       this.mrksType = "inspect_end_dept";
1576 1576
     }
1577
-    //患者转运/其他type
1578
-    if (
1579
-      this.association.value == "patientTransport" ||
1580
-      this.association.value == "other"
1581
-    ) {
1577
+    //其他type
1578
+    if (this.association.value == "other") {
1582 1579
       this.mrksType = "department_strategy";
1583 1580
     }
1581
+    //患者转运/其他type
1582
+    if (this.association.value == "patientTransport") {
1583
+      this.mrksType = "department_strategy_other";
1584
+    }
1584 1585
 
1585 1586
     that.mainService.getDictionary("list", this.mrksType).subscribe((data) => {
1586 1587
       this.departmentData = data;