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