|
|
@@ -144,12 +144,12 @@ export function deleteInventory(id: number) {
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * 查询工伤认定详情
|
|
|
+ * 查询物品库存详情
|
|
|
*/
|
|
|
export function queryInventoryDetail(id: number) {
|
|
|
return http.request<BusinessCertification>({
|
|
|
- url: `/WorkInjuryApply/queryWorkInjuryApplyDetail?id=${id}`,
|
|
|
- method: 'post',
|
|
|
+ url: `/inventory/queryInventoryDetail?id=${id}`,
|
|
|
+ method: 'get',
|
|
|
});
|
|
|
}
|
|
|
|