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 } }) }