From 04fa66265592427f4b6f612b4f739107bd662a39 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Fri, 09 Sep 2022 10:24:51 +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 c316e40..9783bde 100644
--- a/src/api/land/land.js
+++ b/src/api/land/land.js
@@ -76,6 +76,16 @@
})
}
+export const selectRecoveryLandList = (farmId) => {
+ return request({
+ url: '/api/land/land/selectRecoveryLandList',
+ method: 'get',
+ params: {
+ farmId
+ }
+ })
+}
+
export const selectCount = (farmId) => {
return request({
url: '/api/land/land/selectCount',
--
Gitblit v1.9.3