fix bug
This commit is contained in:
@ -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]);
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* 浮动费用查看
|
* 浮动费用查看
|
||||||
|
|||||||
Reference in New Issue
Block a user