From f6228a5119e7111c663532789c0ddfeddc071efd Mon Sep 17 00:00:00 2001 From: dhb52 Date: Mon, 9 Sep 2024 22:53:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20roleIds=E5=BA=94=E4=B8=BA=E6=95=B0?= =?UTF-8?q?=E5=AD=97=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/user/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/system/user/types.ts b/src/api/system/user/types.ts index 0787372..4b221b4 100644 --- a/src/api/system/user/types.ts +++ b/src/api/system/user/types.ts @@ -64,7 +64,7 @@ export interface UserForm { status: string; remark?: string; postIds: string[]; - roleIds: string[]; + roleIds: number[]; } export interface UserInfoVO {