diff --git a/public/react/src/modules/courses/shixunHomework/Listofworksstudentone.js b/public/react/src/modules/courses/shixunHomework/Listofworksstudentone.js
index 7f9ab561f..a83fec2ee 100644
--- a/public/react/src/modules/courses/shixunHomework/Listofworksstudentone.js
+++ b/public/react/src/modules/courses/shixunHomework/Listofworksstudentone.js
@@ -1591,7 +1591,6 @@ class Listofworksstudentone extends Component {
// 设置数据
seacthdatat = (teacherdata,student_works,work_efficiency,course_group_info) => {
- debugger
let {page, limit} = this.state;
let datalist = [];
let columns = this.state.columns;
@@ -2640,7 +2639,7 @@ class Listofworksstudentone extends Component {
:"")
:
- (teacherdata&&teacherdata.homework_status!==undefined&&teacherdata.homework_status[0]=== "未发布"? "":
+ (teacherdata&&teacherdata.time_status!==undefined&&teacherdata.time_status=== 0? "":
this.props.isNotMember()===false?
计算成绩
diff --git a/public/react/src/modules/courses/shixunHomework/ShixunHomeworkPage.js b/public/react/src/modules/courses/shixunHomework/ShixunHomeworkPage.js
index aa2e32c49..9e731f105 100644
--- a/public/react/src/modules/courses/shixunHomework/ShixunHomeworkPage.js
+++ b/public/react/src/modules/courses/shixunHomework/ShixunHomeworkPage.js
@@ -24,7 +24,7 @@ class ShixunHomeworkPage extends Component {
super(props);
// this.answerMdRef = React.createRef();
this.state = {
- tab: 0,
+ tab: ["0"],
jobsettingsdata: undefined,
teacherdata: undefined,
code_review: false,
@@ -141,9 +141,8 @@ class ShixunHomeworkPage extends Component {
render() {
let {tab, teacherdata, jobsettingsdata} = this.state;
+
const isAdmin = this.props.isAdmin();
- console.log(tab);
- console.log("147147147147147147147");
return (
@@ -188,8 +187,8 @@ class ShixunHomeworkPage extends Component {
onClick={(e) => this.ChangeTab(2)}>
代码查重 : ""}
{parseInt(tab) === 3?
-
+ }
:""}
this.ChangeTab(3)}
@@ -280,13 +279,10 @@ class ShixunHomeworkPage extends Component {
/>
- {parseInt(tab) === 0 ? this.Getdataback(jobsettingsdata, teacherdata)}>:""}
-
- {parseInt(tab) === 1 ? this.Getdataback(jobsettingsdata, teacherdata)}>:""}
-
- {parseInt(tab) === 2 ? this.Getdataback(jobsettingsdata, teacherdata)}>:""}
-
- {parseInt(tab) === 3 ? this.Getdataback(jobsettingsdata, teacherdata)}>:""}
+ {parseInt(tab) === 0 ? this.Getdataback(jobsettingsdata, teacherdata)}>
+ :parseInt(tab) === 1 ? this.Getdataback(jobsettingsdata, teacherdata)}>
+ :parseInt(tab) === 2 ? this.Getdataback(jobsettingsdata, teacherdata)}>
+ :parseInt(tab) === 3 ? this.Getdataback(jobsettingsdata, teacherdata)}>:""}
diff --git a/public/react/src/modules/courses/shixunHomework/ShixunStudentWork.js b/public/react/src/modules/courses/shixunHomework/ShixunStudentWork.js
index 81b98a854..ed399af98 100644
--- a/public/react/src/modules/courses/shixunHomework/ShixunStudentWork.js
+++ b/public/react/src/modules/courses/shixunHomework/ShixunStudentWork.js
@@ -76,9 +76,12 @@ class ShixunStudentWork extends Component {
console.log("ShixunStudentWork");
console.log("componentDidMount");
this.props.triggerRef(this);
- this.getupdata();
- this.getTrainingjobsetting();
+ this.getTrainingjobsettings();
}
+ getTrainingjobsettings=()=>{
+ this.getupdata();
+ this.getTrainingjobsetting();
+}
// 获取数据地方
getTrainingjobsetting = () => {