Explorar el Código

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

shizhongming hace 2 años
padre
commit
860f1f4027
Se han modificado 1 ficheros con 1 adiciones y 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',