mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
fix issue 27
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user