src/api/farm/farmingrecord.js
@@ -59,22 +59,22 @@ } export const getFarmingCount = (deptId) => { export const getFarmingCount = (farmId) => { return request({ url: '/api/farmingRecord/getFarmingCount', method: 'get', params: { deptId farmId } }) } export const getFarmingStatis = (deptId) => { export const getFarmingStatis = (farmId) => { return request({ url: '/api/farmingRecord/getFarmingStatis', method: 'get', params: { deptId farmId } }) }