智慧农业后台管理页面
guoshilong
2022-08-01 f44b83b64c4c2b21d8deea7705a4e861dec87148
src/api/farm/farmingrecord.js
@@ -45,4 +45,25 @@
            id
        }
    })
}
export const getFarmingCount = (deptId) => {
    return request({
        url: '/api/farmingRecord/getFarmingCount',
        method: 'get',
        params: {
            deptId
        }
    })
}
export const getFarmingStatis = (deptId) => {
    return request({
        url: '/api/farmingRecord/getFarmingStatis',
        method: 'get',
        params: {
            deptId
        }
    })
}