solved conflicts
gitea/salix/test Something is wrong with the build of this commit Details

This commit is contained in:
Joan Sanchez 2019-10-17 14:06:24 +02:00
commit 703c882bc1
1 changed files with 1 additions and 3 deletions

View File

@ -235,9 +235,7 @@ class Controller {
if (response === 'ACCEPT') {
let data = {workerFk: this.worker.id, timed: this.newTime};
let query = `/api/WorkerTimeControls/addTime`;
this.$http.post(query, data).then(() => {
this.refresh();
});
this.$http.post(query, data).then(() => this.refresh());
}
}
}