沈斌
2017-12-19 0e1e92f2e14b07942f2d8c21b4d96468322aecfe
src/app/routes/users/installer/installer.component.ts
@@ -68,9 +68,9 @@
    });
  }
  edit(i) {
    this.modalHelper.static(UserInstallerEditComponent, { i }).subscribe(() => {
      this.load();
  edit(user) {
    this.modalHelper.static(UserInstallerEditComponent, { user }).subscribe(() => {
      this.load(true);
      this.msgSrv.info('回调,重新发起列表刷新');
    });
  }