solved conflicts
gitea/salix/test Something is wrong with the build of this commit
Details
gitea/salix/test Something is wrong with the build of this commit
Details
This commit is contained in:
commit
703c882bc1
|
@ -235,9 +235,7 @@ class Controller {
|
||||||
if (response === 'ACCEPT') {
|
if (response === 'ACCEPT') {
|
||||||
let data = {workerFk: this.worker.id, timed: this.newTime};
|
let data = {workerFk: this.worker.id, timed: this.newTime};
|
||||||
let query = `/api/WorkerTimeControls/addTime`;
|
let query = `/api/WorkerTimeControls/addTime`;
|
||||||
this.$http.post(query, data).then(() => {
|
this.$http.post(query, data).then(() => this.refresh());
|
||||||
this.refresh();
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue