From 1bce9382fb075dac9acd52d4a9e63eab25720a5d Mon Sep 17 00:00:00 2001 From: Double-_-Z <2492419643@qq.com> Date: Sat, 19 Jul 2025 15:51:25 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E7=AE=A1=E7=90=86bug?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/user.js | 2 ++ src/views/system/area/index.vue | 6 +++--- src/views/system/user/index.vue | 16 ++++++++++++++-- 3 files changed, 19 insertions(+), 5 deletions(-) diff --git a/src/api/system/user.js b/src/api/system/user.js index 1f4efeb..47c4f68 100644 --- a/src/api/system/user.js +++ b/src/api/system/user.js @@ -30,6 +30,8 @@ export function resetPwd(ids) { export function edit(data) { if(data.password) data.password = encrypt(data.password) + console.log(data); + return request({ url: 'api/users', method: 'put', diff --git a/src/views/system/area/index.vue b/src/views/system/area/index.vue index f22d9b8..564eba1 100644 --- a/src/views/system/area/index.vue +++ b/src/views/system/area/index.vue @@ -59,7 +59,7 @@ - +