fengxiang
2017-12-27 17a8e8d7770072023b33feac203fb6f645bd5f7a
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);