shuishen
2023-01-17 559b060f7296969954ced4b17c8fc5d46a51cc1d
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
        }