From 41d74a9d5790dd50940134bdadde4fac919cfa44 Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 3 Sep 2024 10:48:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=80=E5=B1=9E=E5=B0=8F=E5=8C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/biaopin/AppSeatManagementXbot/components/GroupList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }