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) { appeal(item: any) {
const modalRef = this.modal.create({ // const modalRef = this.modal.create({
nzTitle: '申诉', // nzTitle: '申诉',
nzContent: OneCarOrderAppealComponent, // nzContent: OneCarOrderAppealComponent,
nzComponentParams: { // nzComponentParams: {
i: item // i: item
}, // },
nzFooter: null // nzFooter: null
}); // });
modalRef.afterClose.subscribe((res) => { // modalRef.afterClose.subscribe((res) => {
if(res){ // if(res){
this.resetSF; // this.resetSF;
this.st.load(); // this.st.load();
} // }
}); // });
this.router.navigate(['/order-management/risk-detail', item.id]);
} }
/** /**
* 浮动费用查看 * 浮动费用查看