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