This commit is contained in:
wangshiming
2022-03-31 17:36:50 +08:00
parent 765f2fa723
commit 599fe261f2
3 changed files with 12 additions and 6 deletions

View File

@ -761,6 +761,12 @@ export class OrderManagementVehicleComponent extends BasicTableComponent impleme
},
nzFooter: null
});
modalRef.afterClose.subscribe((res: boolean) => {
if (res) {
this.resetSF;
this.st.load();
}
});
}
revoke(item: any) {
this.modal.confirm({