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() {