From 3909e2f094bfe63dcc0e6f3590d3d09322b9e672 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Mon, 29 Jul 2024 16:26:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=88=9B=E5=BB=BA?= =?UTF-8?q?=E6=A0=A1=E9=AA=8C=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/views/user-manage/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/views/user-manage/index.vue b/ui/src/views/user-manage/index.vue index c9528cbeb..e8b226357 100644 --- a/ui/src/views/user-manage/index.vue +++ b/ui/src/views/user-manage/index.vue @@ -141,7 +141,7 @@ function createUser() { UserDialogRef.value.open() } else { common.asyncGetValid(ValidType.User, ValidCount.User, loading).then((res: any) => { - if (res?.data?.data) { + if (res?.data) { title.value = '创建用户' UserDialogRef.value.open() } else {