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