This commit is contained in:
wangshiming
2022-03-25 16:41:12 +08:00
parent 2f9ce76435
commit d0f51f7999

View File

@ -491,20 +491,21 @@ export class OrderManagementComplianceAuditComponent implements OnInit {
}
// 申诉记录
appeal(item: any) {
const modalRef = this.modal.create({
nzTitle: '申诉',
nzContent: OneCarOrderAppealComponent,
nzComponentParams: {
i: item
},
nzFooter: null
});
modalRef.afterClose.subscribe((res) => {
if(res){
this.resetSF;
this.st.load();
}
});
// const modalRef = this.modal.create({
// nzTitle: '申诉',
// nzContent: OneCarOrderAppealComponent,
// nzComponentParams: {
// i: item
// },
// nzFooter: null
// });
// modalRef.afterClose.subscribe((res) => {
// if(res){
// this.resetSF;
// this.st.load();
// }
// });
this.router.navigate(['/order-management/risk-detail', item.id]);
}
/**
* 浮动费用查看