住院护士站-》医嘱执行页面:勾选医嘱后点击“执行选中”按钮无反应,无法完成执行操作.

疾病报告管理-》报告卡管理:审核报卡界面内容与门诊医生站登记界面不一致
This commit is contained in:
2026-04-30 13:33:03 +08:00
parent b536eadd92
commit 82ef66794b
5 changed files with 328 additions and 83 deletions

View File

@@ -69,11 +69,12 @@ export function getAdjustPriceSwitchState(params) {
/**
* 批次号匹配
*/
export function lotNumberMatch(params) {
export function lotNumberMatch(params, config = {}) {
return request({
url: '/app-common/lot-number-match',
method: 'get',
params: params,
...config
});
}