Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
N
nse-ui
概览
Overview
Details
Activity
Cycle Analytics
版本库
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
问题
0
Issues
0
列表
Board
标记
里程碑
合并请求
0
Merge Requests
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
Snippets
成员
Members
Collapse sidebar
Close sidebar
活动
图像
聊天
创建新问题
作业
提交
Issue Boards
Open sidebar
吴超
nse-ui
Commits
32dc9cfc
Commit
32dc9cfc
authored
Aug 22, 2025
by
周海峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
用户组
parent
723e4652
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
53 行增加
和
2 行删除
+53
-2
src/api/safetyManagement/groupConfig.js
+53
-2
src/views/safetyManagement/groupConfig/edit.vue
+0
-0
src/views/safetyManagement/groupConfig/index.vue
+0
-0
src/views/safetyManagement/roleConfig/edit.vue.new
+0
-0
没有找到文件。
src/api/safetyManagement/groupConfig.js
View file @
32dc9cfc
...
@@ -13,4 +13,56 @@ export function queryAll(query) {
...
@@ -13,4 +13,56 @@ export function queryAll(query) {
method
:
'get'
,
method
:
'get'
,
params
:
query
params
:
query
})
})
}
}
\ No newline at end of file
export
function
query
(
data
)
{
return
request
({
url
:
'/console/usergroup/query'
,
method
:
'post'
,
data
:
data
})
}
export
function
initEdit
(
data
)
{
return
request
({
url
:
'/console/usergroup/initEdit'
,
method
:
'post'
,
data
:
data
})
}
export
function
add
(
data
)
{
return
request
({
url
:
'/console/usergroup/add'
,
method
:
'post'
,
data
:
data
})
}
export
function
modify
(
data
)
{
return
request
({
url
:
'/console/usergroup/modify'
,
method
:
'post'
,
data
:
data
})
}
export
function
del
(
data
)
{
return
request
({
url
:
'/console/usergroup/del'
,
method
:
'post'
,
data
:
data
})
}
export
function
checkNameExit
(
query
)
{
return
request
({
url
:
'/console/usergroup/checkNameExit'
,
method
:
'get'
,
params
:
query
})
}
src/views/safetyManagement/groupConfig/edit.vue
View file @
32dc9cfc
差异被折叠。
点击展开。
src/views/safetyManagement/groupConfig/index.vue
View file @
32dc9cfc
差异被折叠。
点击展开。
src/views/safetyManagement/roleConfig/edit.vue.new
deleted
100644 → 0
View file @
723e4652
差异被折叠。
点击展开。
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论