Commit 9bd4a1dc authored by Rifka Kurnia Irfiana's avatar Rifka Kurnia Irfiana

update body upload

parent b2aa6b22
...@@ -65,7 +65,7 @@ export default class ApprovalMatrix extends Component { ...@@ -65,7 +65,7 @@ export default class ApprovalMatrix extends Component {
isi.map((item, index) => { isi.map((item, index) => {
if (item.length > 0) { if (item.length > 0) {
payload.push({ payload.push({
// id: index + 1, id: index + 1,
approval_type_name: item[0] === undefined ? "" : item[0], approval_type_name: item[0] === undefined ? "" : item[0],
orders: item[1] === undefined ? "" : item[1], orders: item[1] === undefined ? "" : item[1],
fullname: item[2] === undefined ? "" : item[2], fullname: item[2] === undefined ? "" : item[2],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment