From 91a9f766c9f622e1d94f8a9db25b166f9c4d3ce7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com> Date: Wed, 26 Apr 2023 13:28:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=A4=E6=B8=85=E4=B8=89=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/plotPremisesMobile/index.vue | 31 -------------------------- 1 file changed, 31 deletions(-) diff --git a/src/views/plotPremisesMobile/index.vue b/src/views/plotPremisesMobile/index.vue index eab033d9..c6f347f0 100644 --- a/src/views/plotPremisesMobile/index.vue +++ b/src/views/plotPremisesMobile/index.vue @@ -214,34 +214,6 @@ export default { showAddress:false, activeName:'nf', selectChooseOrder:-1, - columns: [ - { - text: '浙江', - children: [ - { - text: '杭州', - children: [{ text: '西湖区' }, { text: '余杭区' }], - }, - { - text: '温州', - children: [{ text: '鹿城区' }, { text: '瓯海区' }], - }, - ], - }, - { - text: '福建', - children: [ - { - text: '福州', - children: [{ text: '鼓楼区' }, { text: '台江区' }], - }, - { - text: '厦门', - children: [{ text: '思明区' }, { text: '海沧区' }], - }, - ], - }, - ], addrOptions: [], map: "", // 地图 @@ -302,7 +274,6 @@ export default { // 初始化地图 this.initMap(); this.getData(); - }); }, methods: { @@ -312,12 +283,10 @@ export default { }); }, onConfirmDept({ selectedOptions }){ - this.deptId = selectedOptions[selectedOptions.length-1].id; this.deptName = selectedOptions.map((option) => option.label).join('/'); this.getData(); this.showAddress = false; - }, tabChange(name){