Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
isc-web-vue
Overview
Overview
Details
Activity
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
biyuewuhua
isc-web-vue
Commits
37ca2025
Commit
37ca2025
authored
Sep 30, 2024
by
niewei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auzlvl增加manager路由
parent
ae28b048
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
auzlvl.js
src/service/manage/auzlvl.js
+12
-12
No files found.
src/service/manage/auzlvl.js
View file @
37ca2025
import
Api
from
"~/service/Api"
import
Api
from
"~/service/Api"
// 列表分页查询权限档次信息
// 列表分页查询权限档次信息
export
function
queryByPage
(
data
)
{
export
function
queryByPage
(
data
)
{
return
Api
.
post
(
"
/auzlvl/listPagingInfo"
,
data
);
return
Api
.
post
(
"/manager
/auzlvl/listPagingInfo"
,
data
);
}
}
// 保存权限档次信息
// 保存权限档次信息
export
function
saveInfo
(
data
)
{
export
function
saveInfo
(
data
)
{
return
Api
.
post
(
"/auzlvl/saveInfo"
,
data
);
return
Api
.
post
(
"/manager/auzlvl/saveInfo"
,
data
);
}
}
// 查看权限档次信息
// 查看权限档次信息
export
function
getInfo
(
data
)
{
export
function
getInfo
(
data
)
{
return
Api
.
post
(
"/auzlvl/getInfo"
,
data
);
return
Api
.
post
(
"/manager/auzlvl/getInfo"
,
data
);
}
}
// 删除权限档次信息
// 删除权限档次信息
export
function
deleteInfo
(
data
)
{
export
function
deleteInfo
(
data
)
{
return
Api
.
post
(
"/auzlvl/deleteInfo"
,
data
);
return
Api
.
post
(
"/manager/auzlvl/deleteInfo"
,
data
);
}
}
// 批量删除权限档次信息
// 批量删除权限档次信息
export
function
batchDelete
(
data
)
{
export
function
batchDelete
(
data
)
{
return
Api
.
post
(
"/auzlvl/batchDelete"
,
data
);
return
Api
.
post
(
"/manager/auzlvl/batchDelete"
,
data
);
}
}
// 获取机构列表
// 获取机构列表
export
function
listBch
()
{
export
function
listBch
()
{
return
Api
.
post
(
"
/auzlvl/listBch"
);
return
Api
.
post
(
"/manager
/auzlvl/listBch"
);
}
}
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