From aee1c7136a13e19b5ae30494fab0ca2c68034af9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=98=8E?= <775174143@qq.com>
Date: Wed, 18 Mar 2020 13:27:53 +0800
Subject: [PATCH 1/4] =?UTF-8?q?=E3=80=82?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
public/react/src/modules/tpm/TPMIndexHOC.js | 1 -
1 file changed, 1 deletion(-)
diff --git a/public/react/src/modules/tpm/TPMIndexHOC.js b/public/react/src/modules/tpm/TPMIndexHOC.js
index dcf723ee6..1731a55fa 100644
--- a/public/react/src/modules/tpm/TPMIndexHOC.js
+++ b/public/react/src/modules/tpm/TPMIndexHOC.js
@@ -662,7 +662,6 @@ export function TPMIndexHOC(WrappedComponent) {
console.log('failCallback')
}
})
- this.setState({ globalLoading: false })
}
yslslowCheckresults =(tip) =>{
this._gLoadingTip = tip || '成绩计算中,请稍候...';
From 7c1a4cb7cc377be377dcd6ccf916b3abdccc22ee Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=98=8E?= <775174143@qq.com>
Date: Wed, 18 Mar 2020 15:15:48 +0800
Subject: [PATCH 2/4] =?UTF-8?q?=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../courses/signin/student/Signedinlist.js | 20 ++++++++++++++-----
1 file changed, 15 insertions(+), 5 deletions(-)
diff --git a/public/react/src/modules/courses/signin/student/Signedinlist.js b/public/react/src/modules/courses/signin/student/Signedinlist.js
index ea5ffb998..fdff25ba0 100644
--- a/public/react/src/modules/courses/signin/student/Signedinlist.js
+++ b/public/react/src/modules/courses/signin/student/Signedinlist.js
@@ -65,6 +65,7 @@ class Signedinlist extends Component {
}
}
getdatas=(id,page,group_ids,attendance_status)=>{
+ console.log(group_ids)
this.setState({
loading:true,
member_attendances:[],
@@ -101,11 +102,20 @@ class Signedinlist extends Component {
handleChangegroup_ids=(value)=>{
let neval
if(!value){
- neval=[]
- this.setState({
- group_ids: [],
- page:1
- })
+ if(value===0){
+ neval=[0]
+ this.setState({
+ group_ids: [0],
+ page:1
+ })
+ }else{
+ neval=[]
+ this.setState({
+ group_ids: [],
+ page:1
+ })
+ }
+
}else{
neval=[value]
this.setState({
From 30e6fc6f488c0536e187d30f59ea46126a0fa8ef Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=9E=97?= <904079904@qq.com>
Date: Wed, 18 Mar 2020 15:15:44 +0800
Subject: [PATCH 3/4] =?UTF-8?q?=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
public/react/src/modules/courses/Video/VideoIndex.js | 3 ++-
.../react/src/modules/courses/signin/student/Signedinlist.js | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/public/react/src/modules/courses/Video/VideoIndex.js b/public/react/src/modules/courses/Video/VideoIndex.js
index 4b8cab735..0815bc8aa 100644
--- a/public/react/src/modules/courses/Video/VideoIndex.js
+++ b/public/react/src/modules/courses/Video/VideoIndex.js
@@ -361,10 +361,11 @@ class VideoIndex extends Component {
{
videoId ?
""
- :
+ :videos&&videos.length>0?
this.statisticsy(true)}
>统计
+ :""
}
diff --git a/public/react/src/modules/courses/signin/student/Signedinlist.js b/public/react/src/modules/courses/signin/student/Signedinlist.js
index fdff25ba0..f28cd170a 100644
--- a/public/react/src/modules/courses/signin/student/Signedinlist.js
+++ b/public/react/src/modules/courses/signin/student/Signedinlist.js
@@ -337,11 +337,11 @@ class Signedinlist extends Component {
- {this.props.defaultActiveKey==="2"?
+ {this.props.defaultActiveKey==="2"?
正常签到:{data&&data.normal_count}
请假:{data&&data.leave_count}
旷课:{data&&data.absence_count}
- :
+ :
已签到:{this.state.course_members_count}
应签到:{this.state.attendance_count}
}
From bce8f4082376765adce41511bdfa51f5cdd604c2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=98=8E?= <775174143@qq.com>
Date: Wed, 18 Mar 2020 15:18:42 +0800
Subject: [PATCH 4/4] =?UTF-8?q?=E3=80=82?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
public/react/src/modules/courses/signin/student/Signedinlist.js | 1 -
1 file changed, 1 deletion(-)
diff --git a/public/react/src/modules/courses/signin/student/Signedinlist.js b/public/react/src/modules/courses/signin/student/Signedinlist.js
index fdff25ba0..fd079a73d 100644
--- a/public/react/src/modules/courses/signin/student/Signedinlist.js
+++ b/public/react/src/modules/courses/signin/student/Signedinlist.js
@@ -65,7 +65,6 @@ class Signedinlist extends Component {
}
}
getdatas=(id,page,group_ids,attendance_status)=>{
- console.log(group_ids)
this.setState({
loading:true,
member_attendances:[],