// 获取区域和街道
getAreaList() {
let id = "";
getArea(id).then((res) => {
let data = res.data;
this.areaOption = JSON.parse(
JSON.stringify(data).replace(/xzqhmc/g, "label")
);
console.log(this.areaOption, `this`);
});
},
转换后