diff --git a/src/views/construction-person/entry-and-exit-manage/person-exit/index.vue b/src/views/construction-person/entry-and-exit-manage/person-exit/index.vue index 81efe7a..138a9c4 100644 --- a/src/views/construction-person/entry-and-exit-manage/person-exit/index.vue +++ b/src/views/construction-person/entry-and-exit-manage/person-exit/index.vue @@ -255,7 +255,7 @@ export default { // 出入场记录 onHandleEntryAndExitRecord(data) { - this.queryDetailsId = data.id + this.queryDetailsId = data.workerId this.dialogConfig.outerTitle = '出入场记录' this.dialogConfig.outerWidth = '80%' this.dialogConfig.minHeight = '90vh'