部门管理支持批量保存排序

This commit is contained in:
RuoYi
2026-03-21 11:42:17 +08:00
parent 9f44c22dcc
commit b5dd048b68
3 changed files with 62 additions and 3 deletions
+9
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({