系统数据隔离,bug修改

This commit is contained in:
lSun 2024-12-26 18:27:26 +08:00
parent f70ebc62b8
commit ba22aeb1f4
1 changed files with 1 additions and 2 deletions

View File

@ -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'
})
}