微调
This commit is contained in:
@@ -28,7 +28,7 @@ export const getFunctionListNoButton = () => {
|
||||
|
||||
//编辑菜单列表
|
||||
export const updateFunction = (params: Function.ResFunction) => {
|
||||
return http.put(`/sysFunction/update`, params);
|
||||
return http.post(`/sysFunction/update`, params);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user