课程迁移调整
This commit is contained in:
parent
ec5c335d37
commit
c6b81eada0
@ -260,9 +260,9 @@ export default {
|
||||
studentData.companyUsers = students;
|
||||
}
|
||||
that.loadingStudentInfo = true;
|
||||
console.log(that.companyId);
|
||||
importCompanyMember(that.companyId, studentData).then(resp => {
|
||||
that.$message.success('学生信息导入成功!');
|
||||
that.loadingStudentInfo = false;
|
||||
that.getCompanyDept();
|
||||
that.getDeptTree();
|
||||
}).catch((error) => {
|
||||
@ -314,7 +314,7 @@ export default {
|
||||
padding-right: 20px;
|
||||
height: 40px;
|
||||
z-index: 36;
|
||||
width: 270px;
|
||||
width: 320px;
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user