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