Commit 6b62ed99 authored by ardiansyah's avatar ardiansyah

Merge branch 'ENV-DEV' into 'ENV-STAGING'

Env dev

See merge request !2362
parents 152b310b 09e91ea4
......@@ -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