refs #5066 quit if
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Carlos Satorres 2023-06-26 06:28:35 +02:00
parent abfe012a78
commit dcbe8c5f7a
1 changed files with 1 additions and 2 deletions

View File

@ -14,8 +14,7 @@ class Controller extends Section {
if (res.data) {
this.$http.post(`Vehicles/sorted`, {warehouseFk: res.data.warehouseFk})
.then(res => {
if (res.data)
this.vehicles = res.data;
this.vehicles = res.data;
});
}
});