用户管理

This commit is contained in:
sjl
2024-11-12 18:56:33 +08:00
parent 4b5498ad49
commit 44e7598b68
22 changed files with 808 additions and 548 deletions

View File

@@ -13,7 +13,7 @@ export const addDictTree = (params: Dict.ResDictTree) => {
//编辑字典类型
export const updateDictTree = (params: Dict.ResDictTree) => {
return http.post(`/dictTree/update`, params)
return http.put(`/dictTree/update`, params)
}
//删除字典类型