guanqb
2023-02-11 8b395d9ea4e99bb05cd2e1f15ef4f977d854b605
src/api/home/index.js
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2022-12-27 14:19:19
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2023-02-09 14:52:13
 * @LastEditTime: 2023-02-11 14:54:32
 * @FilePath: \srs-police-affairs\src\api\home\index.js
 * @Description: 
 * 
@@ -148,17 +148,11 @@
}
// 获取现有地详情弹窗
export const getLandDetail = (type, policeStationId, current, policeName, phone) => {
export const getLandDetail = (params) => {
    return request({
        url: `/api/policeStationInfo/policeStationInfo/page`,
        method: 'get',
        params: {
            type,
            policeStationId,
            current,
            policeName,
            phone
        }
        params: params
    })
}