系统数据隔离,bug修改
This commit is contained in:
parent
f70ebc62b8
commit
ba22aeb1f4
|
|
@ -17,7 +17,7 @@ export function getAttGroup(groupId) {
|
|||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
// 查询组织选择列表
|
||||
export function selectOrgList(data) {
|
||||
return request({
|
||||
|
|
@ -53,4 +53,3 @@ export function delAttGroup(groupId) {
|
|||
method: 'delete'
|
||||
})
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue