智慧农业大数据平台
shuishen
2022-07-16 de951f2ffc00664a4af840944b9c239a6c5f09f7
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
        }
    })
}