From 060632dd8288b35dd915ad8b8ed8842aef809182 Mon Sep 17 00:00:00 2001 From: haha Date: Tue, 1 Apr 2025 23:50:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=E7=B3=BB=E7=BB=9F=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=94=A8=E6=88=B7=E7=9A=84=E6=97=B6=E5=80=99?= =?UTF-8?q?=E8=BE=93=E5=85=A5=E5=AE=8C=E7=94=A8=E6=88=B7=E5=90=8D=E5=92=8C?= =?UTF-8?q?=E6=89=8B=E6=9C=BA=E5=8F=B7=E7=82=B9=E6=9F=A5=E8=AF=A2=EF=BC=8C?= =?UTF-8?q?=E4=BC=9A=E5=BC=B9=E5=87=BA=E6=8F=90=E7=A4=BA=E6=A1=86=E6=9C=AA?= =?UTF-8?q?=E6=89=BE=E5=88=B0=E6=95=B0=E6=8D=AE=EF=BC=8C=E7=84=B6=E5=90=8E?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E8=A2=AB=E6=B8=85=E7=A9=BA=E4=BA=86=EF=BC=8C?= =?UTF-8?q?=E4=B8=8D=E5=BA=94=E8=AF=A5=E8=A2=AB=E6=B8=85=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yanzhu-ui-vue3/src/views/system/user/index.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/yanzhu-ui-vue3/src/views/system/user/index.vue b/yanzhu-ui-vue3/src/views/system/user/index.vue index ae18a076..e02b74f2 100644 --- a/yanzhu-ui-vue3/src/views/system/user/index.vue +++ b/yanzhu-ui-vue3/src/views/system/user/index.vue @@ -184,7 +184,7 @@ {{ dict.label - }} + }} @@ -445,9 +445,10 @@ function doQueryUser() { { if (!d.data) { proxy.$modal.msgError("未找到数据!") + } else { + data.editUser = d.data || null; + showEditUserData(); } - data.editUser = d.data || null; - showEditUserData(); } }); }