|
@@ -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
|
// 初始化展示形式
|