|
|
@@ -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'; |
|
|
|