mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 21:35:50 +00:00
solved
This commit is contained in:
+2
@@ -479,6 +479,8 @@ export class DiplomaAssinarPage implements OnInit {
|
||||
try {
|
||||
const resd = await this.processes.GetDraftByID(strg).toPromise();
|
||||
|
||||
console.log('DRAFT FFF',resd)
|
||||
|
||||
let object = {
|
||||
"ApplicationId": "",
|
||||
"Assunto": resd.data.description,
|
||||
|
||||
@@ -537,6 +537,7 @@ export class DiplomaPage implements OnInit {
|
||||
console.log('List of ids', strg)
|
||||
const resd = await this.processes.GetDraftByID(strg).toPromise()
|
||||
|
||||
console.log('DRAFT FFF',resd)
|
||||
let object = {
|
||||
"ApplicationId": "",
|
||||
"Assunto": resd.data.description,
|
||||
|
||||
Reference in New Issue
Block a user