|
|
@ -35,10 +35,10 @@ class Fileslistitem extends Component{
|
|
|
|
params:{
|
|
|
|
params:{
|
|
|
|
course_id:coursesId
|
|
|
|
course_id:coursesId
|
|
|
|
},
|
|
|
|
},
|
|
|
|
}).then((response)=>{
|
|
|
|
}).then((result)=>{
|
|
|
|
|
|
|
|
|
|
|
|
if(result.data.attachment_histories.length===0){
|
|
|
|
if(result.data.attachment_histories.length===0){
|
|
|
|
response.blob().then(blob => {
|
|
|
|
result.blob().then(blob => {
|
|
|
|
const aLink = document.createElement('a');
|
|
|
|
const aLink = document.createElement('a');
|
|
|
|
document.body.appendChild(aLink);
|
|
|
|
document.body.appendChild(aLink);
|
|
|
|
aLink.style.display='none';
|
|
|
|
aLink.style.display='none';
|
|
|
|