From 628b6f3ac3e9dcaae49a6654097324acf859f9f9 Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Mon, 16 Jan 2023 10:16:22 +0800
Subject: [PATCH] 社区人员分页
---
src/api/dept/index.js | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/api/dept/index.js b/src/api/dept/index.js
index 13a7d7f..0ccea04 100644
--- a/src/api/dept/index.js
+++ b/src/api/dept/index.js
@@ -197,14 +197,17 @@
}
// 户籍人口、重点人口信息
-export const getVillagePersonInfo = (resBusId, buildId, status) => {
+export const getVillagePersonInfo = (resBusId, buildId, status, current, realName, phone) => {
return request({
url: `/api/villagePersonInfo/villagePersonInfo/page`,
method: 'get',
params: {
resBusId,
buildId,
- status
+ status,
+ current,
+ realName,
+ phone
}
})
}
--
Gitblit v1.9.3