shuishen
2023-01-30 d3c1f8ce02cb2f5043a4b4ad505c27748a44bf75
src/api/dept/index.js
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2022-11-30 15:18:29
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2023-01-30 15:22:52
 * @LastEditTime: 2023-01-30 17:13:44
 * @FilePath: \srs-police-affairs\src\api\dept\index.js
 * @Description:
 *
@@ -149,16 +149,16 @@
}
// 小区树形数据
// export const getPoliceStationLazyTree = (type, id) => {
//     return request({
//         url: `/api/policeStationInfo/policeStationInfo/getPoliceStationLazyTree`,
//         method: 'get',
//         params: {
//             type,
//             id
//         }
//     })
// }
export const getPoliceStationLazyTree = (type, id) => {
    return request({
        url: `/api/policeStationInfo/policeStationInfo/getPoliceStationLazyTree`,
        method: 'get',
        params: {
            type,
            id
        }
    })
}
// 小区树形数据
export const getPoliceStationTrees = (name) => {