|
@@ -327,6 +327,7 @@
|
|
})
|
|
})
|
|
this.patrolTrajectory = null;
|
|
this.patrolTrajectory = null;
|
|
this.$refs.supermap.clearC();
|
|
this.$refs.supermap.clearC();
|
|
|
|
+ this.$refs.supermap.clearTwoC();
|
|
},
|
|
},
|
|
//点击右侧巡林计划获取 巡查记录
|
|
//点击右侧巡林计划获取 巡查记录
|
|
getRecordList(id, patrolTrajectory) {
|
|
getRecordList(id, patrolTrajectory) {
|
|
@@ -336,6 +337,7 @@
|
|
this.recordList = res.data;
|
|
this.recordList = res.data;
|
|
})
|
|
})
|
|
this.$refs.supermap.clearC();
|
|
this.$refs.supermap.clearC();
|
|
|
|
+ this.$refs.supermap.clearTwoC();
|
|
this.setTaskPointList(patrolTrajectory);
|
|
this.setTaskPointList(patrolTrajectory);
|
|
},
|
|
},
|
|
//点击右侧巡查记录获取 巡查轨迹
|
|
//点击右侧巡查记录获取 巡查轨迹
|