mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-02 15:50:54 +08:00
Compare commits
2 Commits
bd5cf30349
...
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