src/api/dept/index.js
@@ -197,14 +197,17 @@ } // 户籍人口、重点人口信息 export const getVillagePersonInfo = (resBusId, buildId, status) => { export const getVillagePersonInfo = (resBusId, buildId, status, current, realName, phone) => { return request({ url: `/api/villagePersonInfo/villagePersonInfo/page`, method: 'get', params: { resBusId, buildId, status status, current, realName, phone } }) }