智慧农业大数据平台
zengh
2022-07-15 a39ede5a90e2fd9bc31d11902930e63eadcb2478
src/api/land/land.js
@@ -58,12 +58,12 @@
    })
}
export const selectXCount = (deptId) => {
export const selectXCount = (farmId) => {
    return request({
        url: '/land/land/selectXCount',
        method: 'get',
        params: {
            deptId
            farmId
        }
    })
}