Browse Source

护士端获取患者陪检任务类型开关配置接口优化

seimin 3 years ago
parent
commit
58fe49a68f
2 changed files with 4 additions and 3 deletions
  1. 1 1
      proxy.conf.json
  2. 3 2
      src/app/views/hushijiandan/hushijiandan.component.ts

+ 1 - 1
proxy.conf.json

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "/service": {
3
-    "target": "http://192.168.3.108",
3
+    "target": "http://192.168.3.96",
4 4
     "logLevel": "debug",
5 5
     "changeOrigin": true,
6 6
     "pathRewrite": {

+ 3 - 2
src/app/views/hushijiandan/hushijiandan.component.ts

@@ -412,6 +412,7 @@ export class HushijiandanComponent implements OnInit {
412 412
       idx: 0,
413 413
       sum: 1,
414 414
       taskType: {
415
+        patientInspectQuery: true,
415 416
         hosIds: this.currentHospital.id + "",
416 417
         associationType: {
417 418
           id: 260,
@@ -742,13 +743,13 @@ export class HushijiandanComponent implements OnInit {
742 743
                   this.appointmentBuildFlag =
743 744
                     result.list[0].appointmentSwitch + ""; //是否开启护士端预约建单
744 745
                   this.leadTime = result.list[0].appointmentTime; //是否开启护士端预约建单
745
-                  this.followFlag = result.list[0].focusSwitch + ""; //是否开启护士端点关注
746
+                  this.followFlag = result.list[0].focusSwitch + ""; //是否开启护士端点关注
746 747
                   this.allowUrgentFlag =
747 748
                     result.list[0].allowUrgent == 1 ? true : false; //是否允许加急(检查列表)
748 749
                 } else {
749 750
                   this.appointmentBuildFlag = "0"; //是否开启护士端预约建单
750 751
                   this.leadTime = 0; //是否开启护士端预约建单
751
-                  this.followFlag = "0"; //是否开启护士端点关注
752
+                  this.followFlag = "0"; //是否开启护士端点关注
752 753
                   this.allowUrgentFlag = false; //是否允许加急(检查列表)
753 754
                 }
754 755
                 this.pLoading = true;