diff --git a/src/views/system/area/index.vue b/src/views/system/area/index.vue index 23c29cb..96be5a2 100644 --- a/src/views/system/area/index.vue +++ b/src/views/system/area/index.vue @@ -305,10 +305,11 @@ export default { methods: { //同步百度地图 getbaiduArea() { - console.log(this.getbaidulist) + console.log(this.getbaidulist); if (this.getbaidulist.areaName == "区域列表") { getAreaList("", 1, "", "").then(res => { this.handleNodeClick(this.getbaidulist); + this.selectAreaListin(); }); } else { getAreaList( @@ -519,7 +520,8 @@ export default { this.queryParams.areaLevel = 1; this.getbaidulist = { areaName: "区域列表", - areaLevel: 1 + areaLevel: 1, + areaCode: 1 }; this.handleQuery(); },