所属小区

This commit is contained in:
liuye
2024-09-03 10:48:57 +08:00
parent 9ca1b4f161
commit 41d74a9d57

View File

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