From 559b060f7296969954ced4b17c8fc5d46a51cc1d Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 17 Jan 2023 08:57:31 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/srs-police-affairs

---
 src/api/home/index.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/api/home/index.js b/src/api/home/index.js
index 469ce43..8aa2f5d 100644
--- a/src/api/home/index.js
+++ b/src/api/home/index.js
@@ -141,13 +141,14 @@
 }
 
 // 获取现有地详情弹窗
-export const getLandDetail = (type, policeStationId, policeName, phone) => {
+export const getLandDetail = (type, policeStationId, current, policeName, phone) => {
     return request({
         url: `/api/policeStationInfo/policeStationInfo/page`,
         method: 'get',
         params: {
             type,
             policeStationId,
+            current,
             policeName,
             phone
         }

--
Gitblit v1.9.3