@@ -224,7 +224,7 @@ export default {
//获取重点区域列表
let that = this
selectKeyAreaList().then(res => {
- that.keyAreaList = res
+ that.keyAreaList = res.data
})
},
getRegionalFlag(id){