From 5afc7a669ae263480b02cb3dc950c70cbf52e95a Mon Sep 17 00:00:00 2001 From: bianyaqi Date: Thu, 15 Jun 2023 12:16:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E5=8A=A8=E8=A7=A3=E9=94=81=E7=94=A8?= =?UTF-8?q?=E6=88=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 2 +- .../views/modules/systemManagement/team/index.vue | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 7bec11a..e24ae46 100644 --- a/public/index.html +++ b/public/index.html @@ -40,7 +40,7 @@ <% } %> diff --git a/src/page-subspecialty/views/modules/systemManagement/team/index.vue b/src/page-subspecialty/views/modules/systemManagement/team/index.vue index bbb0ed3..0d12fdf 100644 --- a/src/page-subspecialty/views/modules/systemManagement/team/index.vue +++ b/src/page-subspecialty/views/modules/systemManagement/team/index.vue @@ -50,6 +50,7 @@ @@ -115,6 +116,16 @@ export default { this.roleNameList = res.data } }, + // 解锁 + unlockUser(scopeRow) { + const employeeId = scopeRow.employeeId + this.$http.get('sys/user/unlock', { params: { + employeeId + }}).then(() => { + this.$message.success('解锁成功!') + this.getDataList() + }) + }, // 修改密码 editPasswordHandle(id, params) { this.editPasswordVisible = true