This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bjquanjiang
/
pinganxiaoyuan
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
id类型修改
master
suyanyan
4 months ago
parent
5f4731ecfe
commit
9a82968349
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
SafeCampus.WEB/src/api/modules/usermanage/personnel.ts
+ 1
- 1
SafeCampus.WEB/src/api/modules/usermanage/personnel.ts
View File
@@ -27,7 +27,7 @@ const userManagePersonnelApi = {
return http.post("pageQuery", params);
},
/** 获取单页详情 */
detail(params:
ReqId
) {
detail(params:
any
) {
return http.get("getPersionById", params);
},
/** 删除人员 */
Write
Preview
Loading…
Cancel
Save