From 67b098488373e9adf9b6f686f534d24aefc3f0c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=98=8E?= <775174143@qq.com> Date: Fri, 24 May 2019 14:20:01 +0800 Subject: [PATCH] b --- app/views/common/index.html.erb | 2 +- public/react/.vscode/settings.json | 3 --- public/react/src/App.js | 15 ++++++++++----- .../ecCompletion_calculation.js | 2 ++ .../ec/ecCourseEvaluations/ecCourseEvaluations.js | 2 +- .../ecCourseEvaluationsbottom.js | 4 +++- .../ec/ecCourseSupports/ecCourseSupports.js | 4 +++- .../ec/ecGradeEvaluations/ecGradeEvaluations.js | 1 + .../src/modules/ec/ecStudentList/ecStudentList.js | 9 ++++++--- public/react/src/modules/ec/ecTitle/ecTitle.js | 10 +++++++--- 10 files changed, 34 insertions(+), 18 deletions(-) delete mode 100644 public/react/.vscode/settings.json diff --git a/app/views/common/index.html.erb b/app/views/common/index.html.erb index d99476a6..e5922129 100644 --- a/app/views/common/index.html.erb +++ b/app/views/common/index.html.erb @@ -1 +1 @@ -
课程体系 > {schooldata.ec_course_name} - {/*课程考核方式与数据来源*/} +
课程体系 >
{schooldata.ec_course_name}
+
{/*课程考核方式与数据来源*/}
{/* */}
{/* 导出培养目标 */}
diff --git a/public/react/src/modules/ec/ecStudentList/ecStudentList.js b/public/react/src/modules/ec/ecStudentList/ecStudentList.js
index 63a56b43..66554a77 100644
--- a/public/react/src/modules/ec/ecStudentList/ecStudentList.js
+++ b/public/react/src/modules/ec/ecStudentList/ecStudentList.js
@@ -23,6 +23,7 @@ class ecStudentList extends Component {
schooldata:{},
majorschoollist:undefined,
titlemessage:"提示",
+ ecComponentState:"ecStudentList",
visible:false,
Modallist:'',
Modallisttypes:0,
@@ -319,7 +320,7 @@ class ecStudentList extends Component {