智慧农业后台管理页面
guoshilong
2022-08-04 efd6221d2e22dd2e7468301554ff1be1e9271df5
src/api/land/land.js
@@ -96,12 +96,13 @@
    })
  }
  export const selectByStrainId = (strainId)=>{
  export const selectByStrainId = (strainId,farmId)=>{
    return request({
      url: '/api/land/land/selcetByStrainId',
      method: 'get',
      params: {
        strainId
        strainId,
        farmId
      }
    })
  }