| | |
| | | if (res.data.data.records.length > 0) { |
| | | this.peoplePage.total = res.data.data.total |
| | | setTimeout(() => { |
| | | this.peopleInfoList = res.data.data.records.map(item => { |
| | | return { |
| | | ...item, |
| | | lng: 120, |
| | | lat: 24 |
| | | } |
| | | }) |
| | | this.peopleInfoList = res.data.data.records |
| | | }, 200) |
| | | } else { |
| | | this.peopleInfoList = [] |
| | |
| | | if (res.data.data.records.length > 0) { |
| | | this.keyPersonEmptyText = "" |
| | | this.peoplePage.total = res.data.data.total |
| | | this.keyPersonDetailArr = res.data.data.records.map(item => { |
| | | return { |
| | | ...item, |
| | | lng: 120, |
| | | lat: 24 |
| | | } |
| | | }) |
| | | this.keyPersonDetailArr = res.data.data.records |
| | | } else { |
| | | this.keyPersonEmptyText = "暂无重点人员数据" |
| | | this.keyPersonDetailArr = [] |