shuishen
2026-01-06 f9e061ff5e75793505108cef38eb02e8e5c330ea
src/api/dept/newIndex.js
@@ -387,4 +387,28 @@
        method: 'get',
        params
    })
}
/**
 * 维修基金信息
 * @param {*} params
 * @returns
 */
export const getHouseDetailEvent = (resBusId, type = 1) => {
    let params = {
        resBusId
    }
    if (type != 1) {
        params = {
            buildId: resBusId
        }
    }
    return request({
        url: '/api/villagePersonInfo/villagePersonInfo/getHouseDetailEvent',
        method: 'get',
        params
    })
}