车辆对接
This commit is contained in:
@ -417,7 +417,7 @@ export class OrderManagementRiskComponent implements OnInit {
|
||||
this.isVisibleRE = false;
|
||||
this.st.reload()
|
||||
} else {
|
||||
// this.service.msgSrv.error(res.msg);
|
||||
this.service.msgSrv.error(res?.msg);
|
||||
}
|
||||
});
|
||||
}
|
||||
@ -446,7 +446,7 @@ export class OrderManagementRiskComponent implements OnInit {
|
||||
this.isVisibleRE = false;
|
||||
this.st.reload()
|
||||
} else {
|
||||
this.service.msgSrv.error(res.msg);
|
||||
this.service.msgSrv.error(res?.msg);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user