From 937ab15b5e62f83b2f190ece0134c4dffb784be5 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 18 Jul 2022 08:52:28 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/zhny_web

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

diff --git a/src/api/land/land.js b/src/api/land/land.js
index 63d9eca..ea48257 100644
--- a/src/api/land/land.js
+++ b/src/api/land/land.js
@@ -58,12 +58,12 @@
     })
 }
 
-export const selectCount = (deptId) => {
+export const selectCount = (farmId) => {
     return request({
         url: '/api/land/land/selectCount',
         method: 'get',
         params: {
-            deptId
+          farmId
         }
     })
-}
\ No newline at end of file
+}

--
Gitblit v1.9.3