From 62da4edae46027321b8b067af15d8ca0d93017a4 Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Thu, 2 Jan 2025 19:59:09 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8F=AA=E8=8E=B7=E5=8F=96=E4=B8=80?= =?UTF-8?q?=E6=AC=A1=E9=BB=98=E8=AE=A4=E5=AF=86=E7=A0=81=E8=80=8C=E9=9D=9E?= =?UTF-8?q?=E6=AF=8F=E6=AC=A1=E6=89=93=E5=BC=80modal=E9=83=BD=E8=8E=B7?= =?UTF-8?q?=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 +++ .../src/views/system/user/user-drawer.vue | 26 +++++++++++-------- 2 files changed, 19 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 167872d0..5f4db984 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ - 字典项为空时getDict方法无限调用接口((无奈兼容 不给字典item本来就是错误用法)) - 表格排序翻页会丢失排序参数 +**OTHERS** + +- 用户管理 新增只获取一次(mounted)默认密码而非每次打开modal都获取 + # 1.1.3 **REFACTOR** diff --git a/apps/web-antd/src/views/system/user/user-drawer.vue b/apps/web-antd/src/views/system/user/user-drawer.vue index 0b37459a..4e303a87 100644 --- a/apps/web-antd/src/views/system/user/user-drawer.vue +++ b/apps/web-antd/src/views/system/user/user-drawer.vue @@ -1,14 +1,6 @@