智慧农业后台管理页面
shuishen
2022-07-18 937ab15b5e62f83b2f190ece0134c4dffb784be5
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
        }
    })
}
}