From a66a9f47fe6ae37f347e081669b1ccb29bbbbdfd Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 10 Feb 2023 10:25:15 +0800
Subject: [PATCH] 现有人员,责任区-人员列表显示

---
 src/api/dept/index.js |   39 +++++++++++++++++++++++----------------
 1 files changed, 23 insertions(+), 16 deletions(-)

diff --git a/src/api/dept/index.js b/src/api/dept/index.js
index ec958de..61ca695 100644
--- a/src/api/dept/index.js
+++ b/src/api/dept/index.js
@@ -2,7 +2,7 @@
  * @Author: shuishen 1109946754@qq.com
  * @Date: 2022-11-30 15:18:29
  * @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2023-02-03 11:50:17
+ * @LastEditTime: 2023-02-10 10:22:04
  * @FilePath: \srs-police-affairs\src\api\dept\index.js
  * @Description:
  *
@@ -290,7 +290,27 @@
     })
 }
 
-// 获取该责任区下的人员列表信息
+// 获取现有房屋
+export const getHouseStatisticInfo = (deptId, isFollow) => {
+    return request({
+        url: `/api/houseStatistic/houseStatistic/getHouseStatisticInfo`,
+        method: 'get',
+        params: {
+            deptId,
+            isFollow
+        }
+    })
+}
+
+/**
+ * @description: 原来获取户籍人口下责任区-人口信息,已作废
+ * @param {*} current
+ * @param {*} areaId
+ * @param {*} policeName
+ * @param {*} phone
+ * @param {*} size
+ * @return {*}
+ */
 export const getAreaPage = (current, areaId, policeName, phone, size) => {
     return request({
         url: `/api/policeStationInfo/policeStationInfo/getAreaPage`,
@@ -303,17 +323,4 @@
             size
         }
     })
-}
-
-
-// 获取现有房屋
-export const getHouseStatisticInfo = (deptId, isFollow) => {
-    return request({
-        url: `/api/houseStatistic/houseStatistic/getHouseStatisticInfo`,
-        method: 'get',
-        params: {
-            deptId,
-            isFollow
-        }
-    })
-}
+}
\ No newline at end of file

--
Gitblit v1.9.3