mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Improve page
This commit is contained in:
@@ -21,7 +21,7 @@ export class DespachoMdService {
|
||||
) { }
|
||||
|
||||
arquivar(note:string, documents:any, serialnumber) {
|
||||
|
||||
|
||||
let body = {
|
||||
"serialNumber": serialnumber,
|
||||
"action": "Arquivo",
|
||||
|
||||
@@ -13,7 +13,7 @@ export class DocumentService {
|
||||
|
||||
setUpMeeting(data: DocumentSetUpMeeting) {
|
||||
|
||||
this.processes.documentSetUpMeeting(data)
|
||||
return this.processes.documentSetUpMeeting(data)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user