保存排序添加编辑权限

This commit is contained in:
RuoYi
2026-03-21 22:40:02 +08:00
parent ca80568837
commit 29d4ea24e0
8 changed files with 126 additions and 4 deletions

View File

@@ -43,6 +43,15 @@ export function updateDept(data) {
})
}
// 保存部门排序
export function updateDeptSort(data) {
return request({
url: '/system/dept/updateSort',
method: 'put',
data: data
})
}
// 删除部门
export function delDept(deptId) {
return request({