src/app/routes/systems/account/account.component.ts
@@ -49,13 +49,15 @@ this.http.get(environment.SERVER_BASH_URL + '/account/list', {params: this.query}).subscribe((res: any) => { this.data = res.data.data; this.total = res.data.total; this.dataChange(this.data); }); } ngOnInit() { this.load(); } edit(account) { this.modalHelper.static(AccountEditComponent, {account}).subscribe(() => { this.load(true);