课程迁移调整

This commit is contained in:
fan 2021-01-08 17:53:04 +08:00
parent ec5c335d37
commit c6b81eada0

View File

@ -260,9 +260,9 @@ export default {
studentData.companyUsers = students; studentData.companyUsers = students;
} }
that.loadingStudentInfo = true; that.loadingStudentInfo = true;
console.log(that.companyId);
importCompanyMember(that.companyId, studentData).then(resp => { importCompanyMember(that.companyId, studentData).then(resp => {
that.$message.success('学生信息导入成功!'); that.$message.success('学生信息导入成功!');
that.loadingStudentInfo = false;
that.getCompanyDept(); that.getCompanyDept();
that.getDeptTree(); that.getDeptTree();
}).catch((error) => { }).catch((error) => {
@ -314,7 +314,7 @@ export default {
padding-right: 20px; padding-right: 20px;
height: 40px; height: 40px;
z-index: 36; z-index: 36;
width: 270px; width: 320px;
text-align: center; text-align: center;
position: absolute; position: absolute;
right: 0; right: 0;