Sfoglia il codice sorgente

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

shizhongming 2 anni fa
parent
commit
860f1f4027
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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',