|
@@ -368,7 +368,7 @@
|
|
getRecordList(id, patrolTrajectory) {
|
|
getRecordList(id, patrolTrajectory) {
|
|
this.showNothing = false;
|
|
this.showNothing = false;
|
|
this.recordList = [];
|
|
this.recordList = [];
|
|
- getRecordList(id).then(res => {
|
|
|
|
|
|
+ getRecordList(id,this.personId).then(res => {
|
|
this.recordList = res.data;
|
|
this.recordList = res.data;
|
|
})
|
|
})
|
|
this.$refs.supermap.clearC();
|
|
this.$refs.supermap.clearC();
|