This commit is contained in:
sjl
2024-11-05 11:23:38 +08:00
parent c0fcba6a25
commit 7f8aeebb1e
6 changed files with 148 additions and 71 deletions

View File

@@ -26,7 +26,7 @@ export const logoutApi = () => {
}
//获取下拉框列表
export const getDictList = (params:string) =>{
return http.post('/dictData/dictDataCache',params)
export const getDictList = () =>{
return http.get<Dict>('/dictData/dictDataCache')
}