소스 검색

网格化任务

wangzhe 2 년 전
부모
커밋
2394cf2d9b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/leader.vue

+ 1 - 1
src/views/leader.vue

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