edit
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<nz-card>
|
||||
<nz-card [nzLoading]="service.http.loading">
|
||||
<div nz-row [nzGutter]="8">
|
||||
<div nz-col nzSpan="4">
|
||||
<ul nz-menu nzMode="inline" class="card-height">
|
||||
|
||||
@ -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