|
@@ -2519,7 +2519,7 @@ export default {
|
|
this.axios
|
|
this.axios
|
|
.get('/api/v1/otms/getCurrentLocation?capcityNumber=' + row.newCapacityNo)
|
|
.get('/api/v1/otms/getCurrentLocation?capcityNumber=' + row.newCapacityNo)
|
|
.then(res => {
|
|
.then(res => {
|
|
- if (res.data.status=='succeed' && res.data.data.result.status==1001) {
|
|
|
|
|
|
+ if (res.data.status=='succeed' && res.data.data.result.status!=1001) {
|
|
this.location=res.data.data.result.adr;
|
|
this.location=res.data.data.result.adr;
|
|
}else{
|
|
}else{
|
|
this.location=null;
|
|
this.location=null;
|