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