仓库bug

This commit is contained in:
2025-12-09 09:52:20 +08:00
parent eaa681c9ff
commit 19702c25e5
7 changed files with 188 additions and 68 deletions

View File

@@ -123,6 +123,14 @@ export function getDispensaryList() {
method: 'get',
})
}
// 获取仓库药房列表
export function getpharmacyCabinetList() {
return request({
url: '/app-common/pharmacy-cabinet-list',
method: 'get',
})
}
/**
* 审批驳回
*/