微调
This commit is contained in:
@@ -13,7 +13,7 @@ export const addDictTree = (params: Dict.ResDictTree) => {
|
||||
|
||||
//编辑字典类型
|
||||
export const updateDictTree = (params: Dict.ResDictTree) => {
|
||||
return http.put(`/dictTree/update`, params)
|
||||
return http.post(`/dictTree/update`, params)
|
||||
}
|
||||
|
||||
//删除字典类型
|
||||
|
||||
Reference in New Issue
Block a user