修改文章病例库管理相关操作问题

This commit is contained in:
2025-08-11 19:22:38 +08:00
parent cd6dd3d202
commit 7103c40c44
4 changed files with 124 additions and 22 deletions
@@ -65,6 +65,13 @@ export const caseExchangeApi = {
return postRequest(`/caseExchange/selected/update`, { exchangeId, isSelected });
},
/**
* 更新审核状态 @author xing
*/
updateAuditStatus: (exchangeId, auditStatus) => {
return postRequest(`/caseExchange/auditStatus/update`, { exchangeId, auditStatus });
},
/**
* 获取疾病标签数据 @author xing
*/