|
@@ -291,6 +291,7 @@
|
|
if(this.personId == personId){//当前人员已经被点击一次 不再重复加载
|
|
if(this.personId == personId){//当前人员已经被点击一次 不再重复加载
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
|
|
+ this.personId = personId;
|
|
let that = this
|
|
let that = this
|
|
that.showNothing = false;
|
|
that.showNothing = false;
|
|
that.recordList = [];
|
|
that.recordList = [];
|
|
@@ -307,7 +308,6 @@
|
|
},
|
|
},
|
|
//点击右侧巡林计划获取 巡查记录
|
|
//点击右侧巡林计划获取 巡查记录
|
|
getRecordList(id, patrolTrajectory) {
|
|
getRecordList(id, patrolTrajectory) {
|
|
- alert(patrolTrajectory)
|
|
|
|
let that = this
|
|
let that = this
|
|
that.showNothing = false;
|
|
that.showNothing = false;
|
|
that.recordList = [];
|
|
that.recordList = [];
|