fix bug
This commit is contained in:
		| @ -195,7 +195,7 @@ export class OrderManagementComplaintDetailComponent implements OnInit { | ||||
|     } | ||||
|     this.service.request(this.service.$api_get_dealWithComplaint, paramsa).subscribe((res: any) =>{ | ||||
|       if(res) { | ||||
|         this.service.msgSrv.success('已拒绝!') | ||||
|         this.service.msgSrv.success('已取消!') | ||||
|         this.isVisibleRE = false | ||||
|         this.getDetail(this.id); | ||||
|         this.complaintStatus = true; | ||||
| @ -214,9 +214,10 @@ export class OrderManagementComplaintDetailComponent implements OnInit { | ||||
|       return | ||||
|     } | ||||
|     const paramsa = { | ||||
|       ...this.sfView.value, | ||||
|       id: this.channelId | ||||
|     } | ||||
|     this.service.request(this.service.$api_get_canelComplaint, paramsa).subscribe((res: any) =>{ | ||||
|     this.service.request(this.service.$api_get_dealWithComplaint, paramsa).subscribe((res: any) =>{ | ||||
|       if(res) { | ||||
|         this.service.msgSrv.success('已拒绝!') | ||||
|         this.isVisibleRE = false | ||||
|  | ||||
		Reference in New Issue
	
	Block a user