This commit is contained in:
parent
abfe012a78
commit
dcbe8c5f7a
|
@ -14,8 +14,7 @@ class Controller extends Section {
|
||||||
if (res.data) {
|
if (res.data) {
|
||||||
this.$http.post(`Vehicles/sorted`, {warehouseFk: res.data.warehouseFk})
|
this.$http.post(`Vehicles/sorted`, {warehouseFk: res.data.warehouseFk})
|
||||||
.then(res => {
|
.then(res => {
|
||||||
if (res.data)
|
this.vehicles = res.data;
|
||||||
this.vehicles = res.data;
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue