From de951f2ffc00664a4af840944b9c239a6c5f09f7 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sat, 16 Jul 2022 08:47:01 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhny-dsjdp
---
src/api/land/land.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/api/land/land.js b/src/api/land/land.js
index 8038e66..a4eedc3 100644
--- a/src/api/land/land.js
+++ b/src/api/land/land.js
@@ -58,12 +58,12 @@
})
}
-export const selectXCount = (deptId) => {
+export const selectXCount = (farmId) => {
return request({
url: '/land/land/selectXCount',
method: 'get',
params: {
- deptId
+ farmId
}
})
}
--
Gitblit v1.9.3