From ef7dffeb01cacc18fcc2d7df4f55ca3067221db7 Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Mon, 16 Jan 2023 10:17:23 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/srs-police-affairs
---
src/api/dept/index.js | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/api/dept/index.js b/src/api/dept/index.js
index 0ccea04..8af24a1 100644
--- a/src/api/dept/index.js
+++ b/src/api/dept/index.js
@@ -233,14 +233,16 @@
}
// 获取该责任区下的人员列表信息
-export const getAreaPage = (current, size, areaId) => {
+export const getAreaPage = (current, size, areaId,policeName,phone) => {
return request({
url: `/api/policeStationInfo/policeStationInfo/getAreaPage`,
method: 'get',
params: {
current,
size,
- areaId
+ areaId,
+ policeName,
+ phone
}
})
}
--
Gitblit v1.9.3