!102 修正删除部门无效问题

Merge pull request !102 from Po/cherry-pick-1765609320
This commit is contained in:
橙子
2025-12-14 04:37:59 +00:00
committed by Gitee

View File

@@ -50,7 +50,7 @@ export function delDept(deptId) {
return request({
url: `/dept`,
method: 'delete',
params:{id:deptId}
params:{ids:deptId}
})
}