车辆对接
This commit is contained in:
@ -233,13 +233,15 @@ export class VehicleComponentsAuditDetailComponent implements OnInit {
|
||||
return value;
|
||||
}
|
||||
viewEvaluate(item: any) {
|
||||
this.modal.createStatic(VehicleImgViewComponent, { i: item } ).subscribe(() => {
|
||||
this.modal.createStatic(VehicleImgViewComponent, { i: item } ).subscribe((i) => {
|
||||
this.st.reload();
|
||||
this.getDetailList()
|
||||
});
|
||||
}
|
||||
updateEvaluate(item: any) {
|
||||
this.modal.createStatic(VehicleComponentsListEditComponent, { i: item }).subscribe(() => {
|
||||
this.modal.createStatic(VehicleComponentsListEditComponent, { i: item }).subscribe((i) => {
|
||||
this.st.reload();
|
||||
this.getDetailList()
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user