所属小区
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user