This commit is contained in:
曹辉 2023-05-17 16:49:23 +08:00
parent f3ace8e13e
commit 12ad105d8a

View File

@ -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();
},