Commit 09e91ea4 authored by Riri Novita's avatar Riri Novita

Merge branch 'riri' into 'ENV-DEV'

file name

See merge request !2360
parents 2d06f17b 0f88cffc
......@@ -114,6 +114,7 @@ export default class TableChcmDocument extends Component {
}
openPopUp = async (index, val, type) => {
console.log(index);
if (type === "download") {
try {
......@@ -142,7 +143,7 @@ export default class TableChcmDocument extends Component {
" - " +
index[5] +
" - " +
index[10] +
index[1] +
"." +
index[6];
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