mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 11:56:44 +08:00
提交修改
This commit is contained in:
@@ -561,7 +561,7 @@ export default {
|
||||
//教师转化
|
||||
if(item.teacher){
|
||||
let dotIdx=item.teacher.indexOf(',');
|
||||
if(item.teacher.indexOf(',')){
|
||||
if(dotIdx>0){
|
||||
item.teacher=item.teacher.substring(0,dotIdx);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user