Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tea-resources-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张伯涛
tea-resources-web
Commits
2ee0f757
Commit
2ee0f757
authored
May 10, 2024
by
刘怀志
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
listAll接口修改
parent
38ee76e2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
role.js
src/api/system/role.js
+1
-1
user.js
src/api/system/user.js
+1
-1
No files found.
src/api/system/role.js
View file @
2ee0f757
...
@@ -95,7 +95,7 @@ export function changeRoleStatus(businessId, flag) {
...
@@ -95,7 +95,7 @@ export function changeRoleStatus(businessId, flag) {
// 9.查询角色下拉
// 9.查询角色下拉
export
function
getListRole
()
{
export
function
getListRole
()
{
return
request
({
return
request
({
url
:
'system/role/listAll'
,
url
:
'system/role/listAll
ExcludeUnitRole
'
,
method
:
'get'
method
:
'get'
})
})
}
}
src/api/system/user.js
View file @
2ee0f757
...
@@ -69,7 +69,7 @@ export function listUserWeb(query) {
...
@@ -69,7 +69,7 @@ export function listUserWeb(query) {
// 5.查询用户列表
// 5.查询用户列表
export
function
getListUser
()
{
export
function
getListUser
()
{
return
request
({
return
request
({
url
:
'system/role/listAll'
,
url
:
'system/role/listAll
ExcludeUnitRole
'
,
method
:
'get'
method
:
'get'
})
})
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment