Compare commits
2 Commits
89b19cf541
...
abp
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a50c45f7a3 | ||
|
|
2bc8837155 |
@@ -50,7 +50,7 @@ export function delDept(deptId) {
|
||||
return request({
|
||||
url: `/dept`,
|
||||
method: 'delete',
|
||||
params:{id:deptId}
|
||||
params:{ids:deptId}
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user