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 {