|
|
|
@ -1,6 +1,7 @@
|
|
|
|
|
import React,{ Component } from "react";
|
|
|
|
|
import { Modal,Checkbox,notification} from "antd";
|
|
|
|
|
import axios from 'axios';
|
|
|
|
|
import {getImageUrl} from 'educoder';
|
|
|
|
|
|
|
|
|
|
class ShixunWorkModal extends Component{
|
|
|
|
|
constructor(props){
|
|
|
|
@ -251,6 +252,18 @@ class ShixunWorkModal extends Component{
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
{course_groups===undefined?"":
|
|
|
|
|
group_list===undefined||JSON.stringify(group_list)==="[]"
|
|
|
|
|
?
|
|
|
|
|
<div id="forum_list" className="forum_table">
|
|
|
|
|
<div className=" edu-back-white">
|
|
|
|
|
<div className="edu-tab-con-box clearfix edu-txt-center">
|
|
|
|
|
<img className="edu-nodata-img mb20" src={getImageUrl("images/educoder/nodata.png")}/>
|
|
|
|
|
<p className="edu-nodata-p mb30">没有数据可以显示!</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
:
|
|
|
|
|
<ul className="upload_select_box fl clearfix mt10 mb10" tyle={{"overflow-y":"auto"}}id="search_not_members_list"
|
|
|
|
|
onScroll={this.contentViewScroll}
|
|
|
|
|
>
|
|
|
|
@ -258,7 +271,9 @@ class ShixunWorkModal extends Component{
|
|
|
|
|
|
|
|
|
|
<Checkbox.Group style={{ width: '100%' }} onChange={this.shixunhomeworkedit} value={group_ids}>
|
|
|
|
|
{
|
|
|
|
|
group_list===undefined?"":
|
|
|
|
|
group_list===undefined||JSON.stringify(group_list)==="[]"?
|
|
|
|
|
""
|
|
|
|
|
:
|
|
|
|
|
group_list&&group_list.length===0?"":group_list.map((item,key)=>{
|
|
|
|
|
return(
|
|
|
|
|
<div className="clearfix edu-txt-center lineh-40 bor-bottom-greyE" key={key}>
|
|
|
|
|