From f5a2843261aded1ebf6c396f9b54c60cfac01f20 Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Wed, 15 Feb 2023 20:09:32 +0800
Subject: [PATCH] 社区参数问题
---
src/api/dept/index.js | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/src/api/dept/index.js b/src/api/dept/index.js
index 61ca695..28e5453 100644
--- a/src/api/dept/index.js
+++ b/src/api/dept/index.js
@@ -202,13 +202,11 @@
}
// 派出所默认展示小区
-export const getPoliceSationVillageInfo = (deptId) => {
+export const getPoliceSationVillageInfo = (param) => {
return request({
url: `/api/villageInfo/villageInfo/details`,
method: 'get',
- params: {
- deptId
- }
+ params: param
})
}
--
Gitblit v1.9.3