From 8b967abf72aa249fc8f3588db6a2184d4722130d Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Mon, 16 Jan 2023 15:03:57 +0800
Subject: [PATCH] 首页现有人员搜索功能
---
src/api/dept/index.js | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/api/dept/index.js b/src/api/dept/index.js
index 8af24a1..7e1fb98 100644
--- a/src/api/dept/index.js
+++ b/src/api/dept/index.js
@@ -233,13 +233,12 @@
}
// 获取该责任区下的人员列表信息
-export const getAreaPage = (current, size, areaId,policeName,phone) => {
+export const getAreaPage = (current, areaId, policeName, phone) => {
return request({
url: `/api/policeStationInfo/policeStationInfo/getAreaPage`,
method: 'get',
params: {
current,
- size,
areaId,
policeName,
phone
--
Gitblit v1.9.3