seimin hace 1 año
padre
commit
07fa35b0fe

+ 2 - 1
src/app/views/fuwutai/fuwutai.component.ts

@@ -586,7 +586,7 @@ export class FuwutaiComponent implements OnInit {
586 586
       workOrderRemark: [null], //工单备注
587 587
     });
588 588
 
589
-    this.getHospitalConfigList('allowNucleicAcidPrinting');
589
+
590 590
     this.getWebsocketSer();
591 591
     this.initRole();
592 592
     this.initLogin();
@@ -2401,6 +2401,7 @@ export class FuwutaiComponent implements OnInit {
2401 2401
     this.scopeTypes = scopeInfo.typeIds || [];
2402 2402
     console.log(this.scopeGroups, this.initGroups);
2403 2403
     console.log(this.scopeTypes, this.initTypes);
2404
+    this.getHospitalConfigList('allowNucleicAcidPrinting');
2404 2405
   }
2405 2406
 
2406 2407
   // 初始化展示形式

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

@@ -2518,6 +2518,8 @@ export class TaskTypeManagementComponent implements OnInit {
2518 2518
   changeActionsSwitch(e){
2519 2519
     if(!e){
2520 2520
       this.carryingCourses[this.indexs].actionRemarks = '';
2521
+      this.carryingCourses[this.indexs].actionConfirmSwitch = false;
2522
+      this.carryingCourses[this.indexs].actionPhotoSwitch = false;
2521 2523
     }
2522 2524
   }
2523 2525
 

+ 1 - 1
src/main.ts

@@ -8,7 +8,7 @@ if (environment.production) {
8 8
   enableProdMode();
9 9
   if (window) {
10 10
     window.console.log = function () { };
11
-    console.info('v2.4.30');
11
+    console.info('v2.4.31');
12 12
   }
13 13
 }
14 14
 platformBrowserDynamic().bootstrapModule(AppModule)