From 9f3be7c3e225d86d9ee79e002ba4c3c9d46b9f26 Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Tue, 31 Jan 2023 11:08:42 +0800
Subject: [PATCH] 首页人员数据筛选

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

diff --git a/src/api/dept/index.js b/src/api/dept/index.js
index e5566d6..98c9d62 100644
--- a/src/api/dept/index.js
+++ b/src/api/dept/index.js
@@ -263,13 +263,13 @@
 }
 
 // 获取对应id下的派出所的责任区人口
-export const getVillagePersonStatisticInfoByPoliceStationId = (name, id) => {
+export const getVillagePersonStatisticInfoByPoliceStationId = (id, name) => {
     return request({
         url: `/api/villagePersonInfo/villagePersonInfo/getVillagePersonStatisticInfoByPoliceStationId`,
         method: 'get',
         params: {
-            name,
-            id
+            id,
+            name
         }
     })
 }

--
Gitblit v1.9.3