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 }