Ver código fonte

网格化任务

wangzhe 2 anos atrás
pai
commit
2394cf2d9b
1 arquivos alterados com 1 adições e 1 exclusões
  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 = [];