From 8b395d9ea4e99bb05cd2e1f15ef4f977d854b605 Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Sat, 11 Feb 2023 16:41:24 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/srs-police-affairs
---
src/api/home/index.js | 12 +++---------
1 files changed, 3 insertions(+), 9 deletions(-)
diff --git a/src/api/home/index.js b/src/api/home/index.js
index 0a0eb8b..bfe762d 100644
--- a/src/api/home/index.js
+++ b/src/api/home/index.js
@@ -2,7 +2,7 @@
* @Author: shuishen 1109946754@qq.com
* @Date: 2022-12-27 14:19:19
* @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2023-02-09 14:52:13
+ * @LastEditTime: 2023-02-11 14:54:32
* @FilePath: \srs-police-affairs\src\api\home\index.js
* @Description:
*
@@ -148,17 +148,11 @@
}
// 获取现有地详情弹窗
-export const getLandDetail = (type, policeStationId, current, policeName, phone) => {
+export const getLandDetail = (params) => {
return request({
url: `/api/policeStationInfo/policeStationInfo/page`,
method: 'get',
- params: {
- type,
- policeStationId,
- current,
- policeName,
- phone
- }
+ params: params
})
}
--
Gitblit v1.9.3