guanqb
2023-01-16 537b4e9aded01154748e730fd84ac2d1443642dc
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
        }