From 860f1f4027eb8e04d5e88718124c3f85bf193d25 Mon Sep 17 00:00:00 2001 From: shizhongming Date: Wed, 24 Apr 2024 20:03:23 +0800 Subject: [PATCH] =?UTF-8?q?perf(=E7=B3=BB=E7=BB=9F=E6=A8=A1=E5=9D=97):=20?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=8E=B7=E5=8F=96=E4=BA=BA=E5=91=98=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/smart-system/views/user/UserListView.api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/smart-system/views/user/UserListView.api.ts b/src/modules/smart-system/views/user/UserListView.api.ts index 4fb07b910..63018e623 100644 --- a/src/modules/smart-system/views/user/UserListView.api.ts +++ b/src/modules/smart-system/views/user/UserListView.api.ts @@ -8,7 +8,7 @@ enum Api { delete = 'sys/user/batchDeleteById', saveUpdateWithDataScope = 'sys/user/saveUpdateWithDataScope', getByIdWithDataScope = 'sys/user/getByIdWithDataScope', - getById = 'sys/user/getById', + getById = 'sys/user/getDetailById', setUseYn = 'sys/user/setUseYn', createAccount = 'sys/user/createAccount', saveAccountSetting = 'sys/user/saveAccountSetting',