Przeglądaj źródła

两清三化移动端地图修改

rongxin_prod
QI_YUJIE 2 lat temu
rodzic
commit
f90e5dce97
1 zmienionych plików z 0 dodań i 3 usunięć
  1. +0
    -3
      src/views/plotPremisesMobile/index.vue

+ 0
- 3
src/views/plotPremisesMobile/index.vue Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz