Commit 0f88cffc authored by Riri Novita's avatar Riri Novita

file name

parent 9f5803ae
...@@ -114,6 +114,7 @@ export default class TableChcmDocument extends Component { ...@@ -114,6 +114,7 @@ export default class TableChcmDocument extends Component {
} }
openPopUp = async (index, val, type) => { openPopUp = async (index, val, type) => {
console.log(index);
if (type === "download") { if (type === "download") {
try { try {
...@@ -142,7 +143,7 @@ export default class TableChcmDocument extends Component { ...@@ -142,7 +143,7 @@ export default class TableChcmDocument extends Component {
" - " + " - " +
index[5] + index[5] +
" - " + " - " +
index[10] + index[1] +
"." + "." +
index[6]; index[6];
document.body.appendChild(a); document.body.appendChild(a);
......
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