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 }) }