@ -1364,6 +1364,7 @@ class Listofworks extends Component {
})
}
}else {
this.props.showNotification(`正在下载中`);
window.open("/api"+url, '_blank');
}).catch((error) => {
@ -102,6 +102,7 @@ class Listofworksstudentone extends Component {
key: 'name',
align: "center",
className:'font-14',
width:'100px',
render: (text, record) => (
<span>
{record.name === undefined ?
@ -158,7 +159,7 @@ class Listofworksstudentone extends Component {
dataIndex: 'classroom',
width:'288px',
width:'260px',
<span style={{
@ -479,6 +479,7 @@ class ShixunStudentWork extends Component {
@ -52,6 +52,7 @@ class ShixunWorkReport extends Component {
@ -1687,6 +1687,7 @@ class Trainingjobsetting extends Component {
@ -333,6 +333,7 @@ class Workquestionandanswer extends Component {