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