fix issue 27

This commit is contained in:
Peter Maquiran
2023-07-25 16:49:51 +01:00
parent 2628bc91e8
commit 9e8bb92b96
3 changed files with 38 additions and 33 deletions
+1 -5
View File
@@ -276,10 +276,6 @@ export class ProcessesService {
CompleteTask(body:Excludetask) {
if(!body.dataFields.DraftIds) {
body.dataFields.DraftIds = ""
}
// double check
const geturl = environment.apiURL + 'Tasks/CompleteTask';
@@ -289,7 +285,7 @@ export class ProcessesService {
return this.http.post<any>(`${geturl}`, body, options)
}
CompleteParecerPrTask(body:any){
CompleteParecerPrTask(body:any) {
const geturl = environment.apiURL + 'Tasks/CompleteTaskParecerPr';
let options = {