icd管理

This commit is contained in:
sjl
2025-02-11 11:26:50 +08:00
parent b11f4839f4
commit b3aeebb7c7
3 changed files with 247 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ import { pa } from 'element-plus/es/locale/index.mjs'
//获取ICD分页
export const getICDList = (params: ICD.ReqICDParams) => {
return http.get(`/icd/listAll`,params)
return http.post(`/icd/list`,params)
}