This commit is contained in:
Taric Xin
2022-01-06 13:32:48 +08:00
parent a777f43a56
commit c2bba55a48
9 changed files with 93 additions and 73 deletions

View File

@ -14,7 +14,7 @@ export class BasicSettingComponent implements OnInit {
configList: any = [];
constructor(private service: SystemService) {}
constructor(public service: SystemService) {}
ngOnInit() {
this.getTypeList();