浏览代码

患者其他服务运输过程

seimin 3 年之前
父节点
当前提交
d396c1efd4
共有 1 个文件被更改,包括 6 次插入5 次删除
  1. 6 5
      src/app/views/task-type-management/task-type-management.component.ts

+ 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
       this.mrksType = "inspect_end_dept";
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
       this.mrksType = "department_strategy";
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
     that.mainService.getDictionary("list", this.mrksType).subscribe((data) => {
1586
     that.mainService.getDictionary("list", this.mrksType).subscribe((data) => {
1586
       this.departmentData = data;
1587
       this.departmentData = data;