mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-21 08:56:41 +08:00
feat: 完善各个模块功能
This commit is contained in:
@@ -37,7 +37,7 @@ export function addDept(data) {
|
||||
// 修改部门
|
||||
export function updateDept(data) {
|
||||
return request({
|
||||
url: '/dept',
|
||||
url: `/dept/${data.id}`,
|
||||
method: 'put',
|
||||
data: data
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user