shuishen
2023-01-10 5c4d1db24f9af34a2b801a340a05b862fb3c7e3a
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-01-10 11:50:32
 * @LastEditTime: 2023-01-10 16:34:03
 * @FilePath: \srs-police-affairs\src\api\home\index.js
 * @Description: 
 * 
@@ -92,3 +92,15 @@
        }
    })
}
// 派出所责任区小区-获取三级区域数据
export const getPoliceStationTree = (type, id) => {
    return request({
        url: `/api/policeStationInfo/policeStationInfo/getPoliceStationTree`,
        method: 'get',
        params: {
            type,
            id
        }
    })
}