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