From c6b81eada0e8ad97a6210b6e0e0b2e7ca97eddc6 Mon Sep 17 00:00:00 2001 From: fan <18706759286@163.com> Date: Fri, 8 Jan 2021 17:53:04 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=BE=E7=A8=8B=E8=BF=81=E7=A7=BB=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/organization/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/organization/index.vue b/src/views/organization/index.vue index 9e5dbd3a0..f67a3363d 100644 --- a/src/views/organization/index.vue +++ b/src/views/organization/index.vue @@ -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;