|
|
@ -1351,12 +1351,9 @@ class Listofworks extends Component {
|
|
|
|
axios.get(url).then((response) => {
|
|
|
|
axios.get(url).then((response) => {
|
|
|
|
if(response !== undefined){
|
|
|
|
if(response !== undefined){
|
|
|
|
if(response.data.status&&response.data.status===-1){
|
|
|
|
if(response.data.status&&response.data.status===-1){
|
|
|
|
console.log("1352");
|
|
|
|
|
|
|
|
console.log(response);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}else if(response.data.status&&response.data.status===-2){
|
|
|
|
}else if(response.data.status&&response.data.status===-2){
|
|
|
|
console.log("1356");
|
|
|
|
|
|
|
|
console.log(response);
|
|
|
|
|
|
|
|
}else {
|
|
|
|
}else {
|
|
|
|
if(type === 1){
|
|
|
|
if(type === 1){
|
|
|
|
Internshipreportsy(url,struy,".zip",'application/zip');
|
|
|
|
Internshipreportsy(url,struy,".zip",'application/zip');
|
|
|
|