车辆接口更新
This commit is contained in:
		| @ -134,6 +134,14 @@ export class VehicleComponentsAuditDetailComponent implements OnInit { | ||||
|     this.detailData.roadTransportStartTime = EADateUtil.yearToDate(this.detailData?.roadTransportStartTime) | ||||
|  | ||||
|     this.detailData.roadTransportEndTime = EADateUtil.yearToDate(this.detailData?.roadTransportEndTime) | ||||
|     console.log(this.detailData) | ||||
|     this.service.request(this.service.$api_get_update_audit, this.detailData).subscribe((res)=>{ | ||||
|       console.log(res) | ||||
|       if(res) { | ||||
|         this.getDetailList() | ||||
|         this.service.msgSrv.success('修改成功!') | ||||
|       } | ||||
|     }) | ||||
|   } | ||||
|  | ||||
|   ratify() { | ||||
|  | ||||
| @ -267,6 +267,7 @@ export class VehicleComponentsListDetailComponent implements OnInit { | ||||
|       console.log(res) | ||||
|       if(res) { | ||||
|         this.getDetailList() | ||||
|         this.service.msgSrv.success('修改成功!') | ||||
|       } | ||||
|     }) | ||||
|   } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user