车辆对接
This commit is contained in:
@ -172,7 +172,9 @@ export class AccountComponentsCenterComponent implements OnInit {
|
||||
const modalRef = this.modalService.create({
|
||||
nzTitle: '设置/修改登录密码',
|
||||
nzContent: AccountComponentsCenterEditComponent,
|
||||
nzComponentParams: { },
|
||||
nzComponentParams: {
|
||||
record: this.infoData
|
||||
},
|
||||
});
|
||||
modalRef.afterClose.subscribe((result: any) => {
|
||||
if (result === true) {
|
||||
|
||||
Reference in New Issue
Block a user