From 12ad105d8a2db87308a7abf0c1daacc827ca19b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Wed, 17 May 2023 16:49:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/area/index.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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(); },