From f90e5dce97d39eb9b760005465462c4d07f9d58a Mon Sep 17 00:00:00 2001 From: QI_YUJIE <2878090898@qq.com> Date: Thu, 27 Apr 2023 17:42:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=A4=E6=B8=85=E4=B8=89=E5=8C=96=E7=A7=BB?= =?UTF-8?q?=E5=8A=A8=E7=AB=AF=E5=9C=B0=E5=9B=BE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/plotPremisesMobile/index.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/views/plotPremisesMobile/index.vue b/src/views/plotPremisesMobile/index.vue index 9e210c1f..1cfa23c9 100644 --- a/src/views/plotPremisesMobile/index.vue +++ b/src/views/plotPremisesMobile/index.vue @@ -281,7 +281,6 @@ export default { getData(){ plotPremisesStatistics({deptId:this.deptId}).then(response => { this.detail = response.data; - console.log(this.detail); }); }, onConfirmDept({ selectedOptions }){ @@ -303,7 +302,6 @@ export default { this.selectChooseOrder = -1; }, listChange(id,type,data){ - console.log(data); this.selectChooseOrder = id; this.show = false; this.showZF = false; @@ -510,7 +508,6 @@ export default { this.getData(); let parentNodes = []; this.findParentNode(this.addrOptions, deptId, parentNodes); - console.log(parentNodes); this.villageValue = deptId; this.deptName = parentNodes.map(node => node.label).join('/'); this.currentDeptLevel = '2';