修改
This commit is contained in:
parent
f3ace8e13e
commit
12ad105d8a
@ -305,10 +305,11 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
//同步百度地图
|
//同步百度地图
|
||||||
getbaiduArea() {
|
getbaiduArea() {
|
||||||
console.log(this.getbaidulist)
|
console.log(this.getbaidulist);
|
||||||
if (this.getbaidulist.areaName == "区域列表") {
|
if (this.getbaidulist.areaName == "区域列表") {
|
||||||
getAreaList("", 1, "", "").then(res => {
|
getAreaList("", 1, "", "").then(res => {
|
||||||
this.handleNodeClick(this.getbaidulist);
|
this.handleNodeClick(this.getbaidulist);
|
||||||
|
this.selectAreaListin();
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
getAreaList(
|
getAreaList(
|
||||||
@ -519,7 +520,8 @@ export default {
|
|||||||
this.queryParams.areaLevel = 1;
|
this.queryParams.areaLevel = 1;
|
||||||
this.getbaidulist = {
|
this.getbaidulist = {
|
||||||
areaName: "区域列表",
|
areaName: "区域列表",
|
||||||
areaLevel: 1
|
areaLevel: 1,
|
||||||
|
areaCode: 1
|
||||||
};
|
};
|
||||||
this.handleQuery();
|
this.handleQuery();
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user