From 735027d05301cc3f1852942eb81503318a25d524 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Tue, 14 Jun 2022 11:58:38 +0800
Subject: [PATCH] 采收,统计,首页,农产品及库存,农事操作等习惯
---
src/api/land/land.js | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/api/land/land.js b/src/api/land/land.js
index 3621dc3..63d9eca 100644
--- a/src/api/land/land.js
+++ b/src/api/land/land.js
@@ -58,10 +58,12 @@
})
}
-export const selectCount = () => {
+export const selectCount = (deptId) => {
return request({
url: '/api/land/land/selectCount',
method: 'get',
- params: {}
+ params: {
+ deptId
+ }
})
-}
+}
\ No newline at end of file
--
Gitblit v1.9.3