src/api/land/land.js @@ -95,4 +95,14 @@ } }) } export const selectByStrainId = (strainId)=>{ return request({ url: '/api/land/land/selcetByStrainId', method: 'get', params: { strainId } }) }