This commit is contained in:
tiago.kayaya
2021-06-14 15:34:34 +01:00
parent 65dff2104d
commit 4eabda4ae7
4 changed files with 3 additions and 4 deletions
@@ -178,7 +178,7 @@ export class ApproveEventModalPage implements OnInit {
"serialNumber": serialNumber,
"action": "Emendar",
"dataFields": {
"ReviewUseComment": res.data,
"ReviewUserComment": res.data,
}
}
@@ -189,7 +189,7 @@ export class ApproveEventPage implements OnInit {
let body = { "serialNumber": serialNumber,
"action": "Emendar",
"dataFields": {
"ReviewUseComment": res.data,
"ReviewUserComment": res.data,
}
}
console.log(body);
@@ -34,7 +34,6 @@
//DIV
ion-item{
border: 1px solid blue;
margin: 0 !important;
padding: 0 !important;
--background: none;