From 4ecb762585d80efe4127aa2472cfac97a4b35086 Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期五, 15 十二月 2023 14:36:18 +0800 Subject: [PATCH] modified: src/views/admin/user/index.vue --- src/views/admin/user/index.vue | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/views/admin/user/index.vue b/src/views/admin/user/index.vue index 68ef1e1..6349575 100644 --- a/src/views/admin/user/index.vue +++ b/src/views/admin/user/index.vue @@ -343,7 +343,11 @@ }) }, unlock(row, index) { - unlock({ id: row.userId }).then((repsonse) => {}) + unlock({ id: row.userId }).then((repsonse) => { + if(repsonse.data.data){ + this.$message.success("璇ョ敤鎴峰凡瑙i攣") + } + }) } } } -- Gitblit v1.9.3