src/api/warehouseManagement/index.js
@@ -49,3 +49,19 @@ params: query }) } // 提交合并 export function merge(query) { return request({ url: '/officialInventory/merge', method: 'post', data: query }) } // 正式库存编辑 export function editOfficial(query) { return request({ url: '/officialInventory/editOfficial', method: 'post', data: query }) }