src/api/farm/farmingrecord.js
@@ -67,3 +67,30 @@ } }) } export const pagePalnt = (current, size, params) => { return request({ url: '/farmPlant/pagePalnt', method: 'get', params: { ...params, current, size } }) } export const SelectCount = () => { return request({ url: '/farm/SelectCount', method: 'get' }) } export const getStockCount = (deptId) => { return request({ url: '/farmingRecord/getStockCount', method: 'get', params: { deptId } }) }