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