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