| @@ -281,7 +281,6 @@ export default { | |||||
| getData(){ | getData(){ | ||||
| plotPremisesStatistics({deptId:this.deptId}).then(response => { | plotPremisesStatistics({deptId:this.deptId}).then(response => { | ||||
| this.detail = response.data; | this.detail = response.data; | ||||
| console.log(this.detail); | |||||
| }); | }); | ||||
| }, | }, | ||||
| onConfirmDept({ selectedOptions }){ | onConfirmDept({ selectedOptions }){ | ||||
| @@ -303,7 +302,6 @@ export default { | |||||
| this.selectChooseOrder = -1; | this.selectChooseOrder = -1; | ||||
| }, | }, | ||||
| listChange(id,type,data){ | listChange(id,type,data){ | ||||
| console.log(data); | |||||
| this.selectChooseOrder = id; | this.selectChooseOrder = id; | ||||
| this.show = false; | this.show = false; | ||||
| this.showZF = false; | this.showZF = false; | ||||
| @@ -510,7 +508,6 @@ export default { | |||||
| this.getData(); | this.getData(); | ||||
| let parentNodes = []; | let parentNodes = []; | ||||
| this.findParentNode(this.addrOptions, deptId, parentNodes); | this.findParentNode(this.addrOptions, deptId, parentNodes); | ||||
| console.log(parentNodes); | |||||
| this.villageValue = deptId; | this.villageValue = deptId; | ||||
| this.deptName = parentNodes.map(node => node.label).join('/'); | this.deptName = parentNodes.map(node => node.label).join('/'); | ||||
| this.currentDeptLevel = '2'; | this.currentDeptLevel = '2'; | ||||