|
|
@@ -922,6 +922,7 @@ export default {
|
|
|
},
|
|
|
markerClick(e) {
|
|
|
let _this = this
|
|
|
+ // personnelPageNum.personnelPageNum=1
|
|
|
this.position = e.target._position
|
|
|
let data = {
|
|
|
startTime: this.historyData.length > 0 && this.positionType == 2 ? this.historyData[0] : '',
|
|
|
@@ -932,7 +933,7 @@ export default {
|
|
|
queryId: this.deptPeopleId,
|
|
|
type: this.deptPeopleType,
|
|
|
lng: e.target._position[0], lat: e.target._position[1], pageSize: 3,
|
|
|
- pageNum: this.personnelPageNum, ...data
|
|
|
+ pageNum: 1, ...data
|
|
|
})
|
|
|
.then(res => {
|
|
|
if (res.code == 200) {
|