src/api/reportForm/inventoryRwport.js @@ -37,3 +37,11 @@ data }) } //查询单条详情接口 export function getOperationInfo(data) { return request({ url: `/api-wms/v1/operation/getOperationInfo/${data}`, method: "get", data }) }