摘要: getTenementList(params).then((res) => { console.log(res, `resresres`); let data = res.data.list; let result = {}; let results = []; for (let i = 0; i 阅读全文
posted @ 2022-10-24 10:58 xuelin 阅读(24) 评论(0) 推荐(0)
摘要: // 获取区域和街道 getAreaList() { let id = ""; getArea(id).then((res) => { let data = res.data; this.areaOption = JSON.parse( JSON.stringify(data).replace(/x 阅读全文
posted @ 2022-10-24 08:41 xuelin 阅读(39) 评论(0) 推荐(0)