icd映射文件
This commit is contained in:
@@ -20,12 +20,12 @@ export const getICDAllList = (params: ICD.ResICD) => {
|
||||
|
||||
//添加ICD
|
||||
export const addICD = (params: ICD.ResICD) => {
|
||||
return http.post(`/icd/add`, params)
|
||||
return http.upload(`/icd/add`, params)
|
||||
}
|
||||
|
||||
//编辑ICD
|
||||
export const updateICD = (params: ICD.ResICD) => {
|
||||
return http.post(`/icd/update`, params)
|
||||
return http.upload(`/icd/update`, params)
|
||||
}
|
||||
|
||||
//删除ICD
|
||||
|
||||
Reference in New Issue
Block a user