mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
improve
This commit is contained in:
@@ -29,13 +29,13 @@ export class PedidoService {
|
||||
return this.processes.postDeferimento(body)
|
||||
}
|
||||
|
||||
taskCompleteParecer({serialNumber}) {
|
||||
taskCompleteParecer({serialNumber, note}) {
|
||||
const body = {
|
||||
"serialNumber": serialNumber,
|
||||
"action": "Parecer",
|
||||
"ActionTypeId": 92, // Pedido de parece
|
||||
"dataFields": {
|
||||
"ReviewUserComment": '',
|
||||
"ReviewUserComment": note,
|
||||
},
|
||||
"AttachmentList" :null,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user