shuishen
2023-02-02 de09ee0ec82c5b07bb5f79ce65a6d1466c1c9ecb
src/api/dept/index.js
@@ -172,18 +172,18 @@
}
// 转id
// export const getAoiByBgId = (bg_id) => {
//     return request({
//         url: `/sf3d/area/getAoiByBgId`,
//         method: 'get',
//         requestBaseUrl: 'fengt',
//         params: {
//             bg_id,
//             adcode: 361102,
//             type: 0
//         }
//     })
// }
export const getAoiByBgId = (bg_id) => {
    return request({
        url: `/sf3d/area/getAoiByBgId`,
        method: 'get',
        requestBaseUrl: 'fengt',
        params: {
            bg_id,
            adcode: 361102,
            type: 0
        }
    })
}
// 责任民警所属辖区
export const getVillageInfo = (aoiId) => {