src/api/land/land.js @@ -58,12 +58,12 @@ }) } export const selectCount = (deptId) => { export const selectCount = (farmId) => { return request({ url: '/api/land/land/selectCount', method: 'get', params: { deptId farmId } }) } }