课程迁移调整

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;
}
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;