From 4a5c5478b673b1aa56381b980604b41520301eba Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Thu, 04 Aug 2022 09:17:58 +0800
Subject: [PATCH] 农产品库存整合显示,加入地块选择

---
 src/api/land/land.js |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/src/api/land/land.js b/src/api/land/land.js
index 25f0b57..f92a836 100644
--- a/src/api/land/land.js
+++ b/src/api/land/land.js
@@ -95,4 +95,14 @@
         }
     })
   }
+
+  export const selectByStrainId = (strainId)=>{
+    return request({
+      url: '/api/land/land/selcetByStrainId',
+      method: 'get',
+      params: {
+        strainId
+      }
+    })
+  }
   
\ No newline at end of file

--
Gitblit v1.9.3