diff --git a/project/biaopin/AppSeatManagementXbot/components/GroupList.vue b/project/biaopin/AppSeatManagementXbot/components/GroupList.vue index 2c96138b..da012d8f 100644 --- a/project/biaopin/AppSeatManagementXbot/components/GroupList.vue +++ b/project/biaopin/AppSeatManagementXbot/components/GroupList.vue @@ -281,7 +281,7 @@ export default { }, changeVillage(row) { if(!row.areaId) return this.$message.error('请先选所属地区') - this.instance.post(`app/xbotCallback/residentialQuarters?areaId=${row.areaId}`).then(res => { + this.instance.post(`app/xbotCallback/residentialQuarters?areaId=${row.areaId}&size=1000`).then(res => { if (res.code == 0) { this.villageOptions = res.data }