edit
This commit is contained in:
@ -14,7 +14,7 @@ export class BasicSettingComponent implements OnInit {
|
||||
|
||||
configList: any = [];
|
||||
|
||||
constructor(private service: SystemService) {}
|
||||
constructor(public service: SystemService) {}
|
||||
|
||||
ngOnInit() {
|
||||
this.getTypeList();
|
||||
|
||||
Reference in New Issue
Block a user