This commit is contained in:
sjl
2024-11-15 09:38:25 +08:00
parent fddbb8c9dc
commit 43b67f2e1a
12 changed files with 35 additions and 18 deletions

View File

@@ -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);
};