Explorar o código

perf(系统模块): 优化获取人员信息接口

shizhongming %!s(int64=2) %!d(string=hai) anos
pai
achega
860f1f4027
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/modules/smart-system/views/user/UserListView.api.ts

+ 1 - 1
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',