浏览代码

修改bug

seimin 1 年之前
父节点
当前提交
07fa35b0fe

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

@@ -586,7 +586,7 @@ export class FuwutaiComponent implements OnInit {
586
       workOrderRemark: [null], //工单备注
586
       workOrderRemark: [null], //工单备注
587
     });
587
     });
588
 
588
 
589
-    this.getHospitalConfigList('allowNucleicAcidPrinting');
589
+
590
     this.getWebsocketSer();
590
     this.getWebsocketSer();
591
     this.initRole();
591
     this.initRole();
592
     this.initLogin();
592
     this.initLogin();
@@ -2401,6 +2401,7 @@ export class FuwutaiComponent implements OnInit {
2401
     this.scopeTypes = scopeInfo.typeIds || [];
2401
     this.scopeTypes = scopeInfo.typeIds || [];
2402
     console.log(this.scopeGroups, this.initGroups);
2402
     console.log(this.scopeGroups, this.initGroups);
2403
     console.log(this.scopeTypes, this.initTypes);
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
   changeActionsSwitch(e){
2518
   changeActionsSwitch(e){
2519
     if(!e){
2519
     if(!e){
2520
       this.carryingCourses[this.indexs].actionRemarks = '';
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
   enableProdMode();
8
   enableProdMode();
9
   if (window) {
9
   if (window) {
10
     window.console.log = function () { };
10
     window.console.log = function () { };
11
-    console.info('v2.4.30');
11
+    console.info('v2.4.31');
12
   }
12
   }
13
 }
13
 }
14
 platformBrowserDynamic().bootstrapModule(AppModule)
14
 platformBrowserDynamic().bootstrapModule(AppModule)