From 537b4e9aded01154748e730fd84ac2d1443642dc Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Mon, 16 Jan 2023 11:30:39 +0800
Subject: [PATCH] 首页现有地分页和序号展示
---
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