From ce8dc44aa8bc69819da87d33d14a7734deeb140d Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Thu, 25 Jan 2024 16:23:18 +0800
Subject: [PATCH] 扫码应用分页加loading、智能搜索接口对接
---
src/api/dept/index.js | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/src/api/dept/index.js b/src/api/dept/index.js
index 932a0ca..6a32726 100644
--- a/src/api/dept/index.js
+++ b/src/api/dept/index.js
@@ -282,6 +282,15 @@
})
}
+// 户籍人口、重点人口信息-----智能搜索
+export const getVillagePersonInfoBySearch = (params) => {
+ return request({
+ url: `/api/villagePersonInfo/villagePersonInfo/page`,
+ method: 'get',
+ params
+ })
+}
+
// 户籍人口、重点人口信息
export const getPicURL = (resBusId) => {
return request({
--
Gitblit v1.9.3